IMSL C# Numerical Library

DrawMap.FillRectangle Method 

Fill a rectangle.

public override 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

DrawMap Class | Imsl.Chart2D Namespace