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

VObject.GetTransformedVObjectBounds Method

Returns a region that will be occupied by the v-object after it is transformed.

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

Syntax

Visual Basic
Public MustOverride Function GetTransformedVObjectBounds As RectangleF
C#
public abstract RectangleF GetTransformedVObjectBounds()

Return Value

A region that will be occupied by the v-object after it is transformed.

Remarks

Unlike GetVObjectBounds(), this method returns the bounding rectangle of the v-object after the transformation specified by the Transform property is applied.

See Also

Reference