VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ImageViewerProcessingTool Class / ProcessingRect Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ProcessingRect Property (ImageViewerProcessingTool)
    In This Topic
    Gets or sets the rectangle, in viewer space, that must be processed.
    Syntax
    'Declaration
    
    Public Property ProcessingRect As System.Drawing.Rectangle
    
    
    public System.Drawing.Rectangle ProcessingRect { get; set; }
    
    
    public: __property System.Drawing.Rectangle* get_ProcessingRect();
    public: __property void set_ProcessingRect(
    System.Drawing.Rectangle* value
    );

    Property Value

    Default value is System.Drawing.Rectangle.Empty.
    Remarks

    Visual tool will process a rectangle, which is specified by this property, if value of ProcessOnlyImageArea property is set to false.
    Visual tool will process a rectangle, which is calculated as intersection of an image rectangle and rectangle specified by this property, if value of ProcessOnlyImageArea property is set to true.

    Requirements

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

    See Also