Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / GetMaxExtent Method


In This Topic
GetMaxExtent Method
In This Topic
Gets the size of the largest contained objects.
Syntax
'Declaration
 
Public Overridable Function GetMaxExtent() As Point
 
'Usage
 
Dim instance As PSContainer
Dim value As Point
 
value = instance.GetMaxExtent()
See Also