FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / OriginalBounds Property


In This Topic
OriginalBounds Property (MultiSideShape)
In This Topic
Gets the original bounds.
Syntax
'Declaration
 
Public ReadOnly Property OriginalBounds As RectangleF
 
'Usage
 
Dim instance As MultiSideShape
Dim value As RectangleF
 
value = instance.OriginalBounds

Property Value

The original bounds.
See Also