Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void FillRectangle ( Brush brush, int x, int y, int width, int height)
Sub FillRectangle( _ brush As Brush, _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _)
FillRectangle Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace