VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebRegionF Class / points Property
Syntax Requirements SeeAlso
In This Topic
    points Property (WebRegionF)
    In This Topic
    Gets or sets an array of points of this region.
    Syntax
    'Declaration
    
    Public Property points As Vintasoft.Shared.Web.WebPointF[]
    
    
    public Vintasoft.Shared.Web.WebPointF[] points { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF*[] get_points();
    public: __property void set_points(
    Vintasoft.Shared.Web.WebPointF*[]* value
    );
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also