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

PathVObject.GetVObjectBounds Method

Returns a region occupied by this v-object.

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

Syntax

Visual Basic
Public Overrides Function GetVObjectBounds As RectangleF
C#
public override RectangleF GetVObjectBounds()

Return Value

A region occupied by the v-object.

See Also

Reference