Device-2.AddRect

Device<TGraphicContext,TRenderingOptions>.AddRect method

Appends a rectangle to the current path as a complete subpath.

public abstract void AddRect(RectangleF rect)
ParameterTypeDescription
rectRectangleFA rectangle to draw.

See Also