DrawMapFillRectangle Method |
Fill a rectangle.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void FillRectangle(
int x,
int y,
int width,
int height
)
Public Overrides Sub FillRectangle (
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
public:
virtual void FillRectangle(
int x,
int y,
int width,
int height
) override
abstract FillRectangle :
x : int *
y : int *
width : int *
height : int -> unit
override FillRectangle :
x : int *
y : int *
width : int *
height : int -> unit
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