VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ImageViewerProcessingTool Class / ProcessingRect Property
Syntax Remarks Requirements SeeAlso
    ProcessingRect Property (ImageViewerProcessingTool)
    Gets or sets the rectangle, in viewer space, that must be processed.
    Syntax
    'Declaration
    
    Public Property ProcessingRect As System.Drawing.Rectangle
    
    
     

    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