IMSL C# Numerical Library

Draw.FillRectangle Method 

Fill a rectangle.

public virtual void FillRectangle(
   int x,
   int y,
   int width,
   int height
);

Parameters

x
An int which specifies the x-coordinate of the upper-left corner of the rectangle.
y
An int which specifies the y-coordinate of the upper-left corner of the rectangle.
width
An int which specifies the width of the rectangle.
height
An int which specifies the height of the rectangle.

See Also

Draw Class | Imsl.Chart2D Namespace