VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / DicomMprTool Class / ViewProcessingRect Property
Syntax Requirements SeeAlso
In This Topic
    ViewProcessingRect Property (DicomMprTool)
    In This Topic
    Gets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
    Syntax
    'Declaration
    
    Public Property ViewProcessingRect As System.Drawing.Rectangle
    
    
    public System.Drawing.Rectangle ViewProcessingRect { get; set; }
    
    
    public: __property System.Drawing.Rectangle* get_ViewProcessingRect();
    public: __property void set_ViewProcessingRect(
    System.Drawing.Rectangle* value
    );
    public:
    property System.Drawing.Rectangle^ ViewProcessingRect { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }

    Property Value

    Rectangle.Empty - no selection.
    Requirements

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

    See Also