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

CompositeVObject.GetVObjectBounds Method

Returns a region occupied by this composite 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 composite v-object.

Remarks

Returns a region occupied by all v-objects contained in this composite v-object.

See Also

Reference