Click or drag to resize
DrawMapFillRectangle Method
Fill a rectangle.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override void FillRectangle(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
An int which specifies the x-coordinate of the upper-left corner of the rectangle.
y
Type: SystemInt32
An int which specifies the y-coordinate of the upper-left corner of the rectangle.
width
Type: SystemInt32
An int which specifies the width of the rectangle.
height
Type: SystemInt32
An int which specifies the height of the rectangle.
See Also