This documentation is for the old version. Go to the latest Graphics Mill docs

VObject.GetControlPointsBounds Method

Gets a bounding rectangle for points stored in the ControlPoints collection.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function GetControlPointsBounds As RectangleF
C#
public RectangleF GetControlPointsBounds()

Return Value

A bounding rectangle for the control points.

See Also

Reference