ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPolygon Class / Points Field




In This Topic
    Points Field
    In This Topic
    Array of points that define polygon structure.
    Syntax
    'Declaration
     
    Public Points As ImGearPoint()
    'Usage
     
    Dim instance As ImGearPolygon
    Dim value() As ImGearPoint()
     
    value = instance.Points
     
    instance.Points = value
    public ImGearPoint[] Points
    public: ImGearPoint[]* Points
    public:
    array<ImGearPoint>^ Points

    Field Value

    Array of ImGearPoint structure objects or null.
    See Also