ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / Points Property




In This Topic
    Points Property (IImGearARTPolyRuler)
    In This Topic
    Gets the raw points array.
    Syntax
    'Declaration
     
    ReadOnly Property Points As ImGearPoint()
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim value() As ImGearPoint
     
    value = instance.Points
    ImGearPoint[] Points {get;}
    __property ImGearPoint[]* get_Points();
    property array<ImGearPoint>^ Points {
       array<ImGearPoint>^ get();
    }

    Property Value

    ImageGear.Core.ImGearPoint structure array.
    See Also