ICanvas.StrokeRect

ICanvas.StrokeRect method

Strokes the specified rectangular area.

public void StrokeRect(float x, float y, float width, float height)
ParameterTypeDescription
xSingleThe x-coordinate of the top-left corner of the rectangle.
ySingleThe y-coordinate of the top-left corner of the rectangle.
widthSingleThe width of the rectangle.
heightSingleThe height of the rectangle.

See Also