FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / GetMaxExtent Method


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