Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / OriginalBounds Property


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

Property Value

The original bounds.
See Also