Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Polygon Class / GetSize Method


In This Topic
    GetSize Method (Polygon)
    In This Topic
    Gets the size of the annotation.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetSize() As _Size
    'Usage
     
    
    Dim instance As Polygon
    Dim value As _Size
     
    value = instance.GetSize()
    protected override _Size GetSize()

    Return Value

    The size of the annotation
    See Also