Path.GetBounds Method

Returns the bounding rectangle of the path.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public RectangleF GetBounds()

Return Value

The RectangleF that represents the tightest bounding rectangle of the path.

See Also

Reference