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

RotatedRectangleF.Bounds Property

Gets the bounds of this RotatedRectangleF taking into account its roration.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public ReadOnly Property Bounds As RectangleF
C#
public RectangleF Bounds { get; }

Property Value

The RectangleF value which represents a rectangle circumscribed about this RotatedRectangleF.

See Also

Reference