Spread Windows Forms 15.0
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()
    public virtual Point GetMaxExtent()
    See Also