VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / FillRectangleRequestParams Class / rectangles Property
Syntax Requirements SeeAlso
In This Topic
    rectangles Property (FillRectangleRequestParams)
    In This Topic
    Gets or sets the rectangles which should be filled.
    Syntax
    'Declaration
    
    Public Property rectangles As Vintasoft.Shared.Web.WebRectangle[]
    
    
    public Vintasoft.Shared.Web.WebRectangle[] rectangles { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebRectangle*[] get_rectangles();
    public: __property void set_rectangles(
    Vintasoft.Shared.Web.WebRectangle*[]* value
    );
    Requirements

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

    See Also