ICanvas.FillRect

ICanvas.FillRect method

Fills the specified rectangular area with the current fill style.

public void FillRect(float x, float y, float w, float h)
ParameterTypeDescription
xSingleThe x-coordinate of the top-left corner of the rectangle.
ySingleThe y-coordinate of the top-left corner of the rectangle.
wSingleThe width of the rectangle.
hSingleThe height of the rectangle.

See Also