VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPerpendicularMultiSlice Class / SliceViewRect Property
Syntax Requirements SeeAlso
In This Topic
    SliceViewRect Property (MprPerpendicularMultiSlice)
    In This Topic
    Gets or sets the rectangle, which is defined in the SourceSlice plane and defines which slices must be included in the result (X-axis). Also rectangle defines width and position of the slices (Y-axis).
    Syntax
    'Declaration
    
    <DescriptionAttribute("The rectangle, which is defined in the SourceSlice plane and defines which slices must be included in the result (X-axis). Also rectangle defines width and position of the slices (Y-axis).")>
    <RefreshPropertiesAttribute(All)>
    Public Property SliceViewRect As Vintasoft.Primitives.VintasoftRect
    
    
    [Description("The rectangle, which is defined in the SourceSlice plane and defines which slices must be included in the result (X-axis). Also rectangle defines width and position of the slices (Y-axis).")]
    [RefreshProperties(All)]
    public Vintasoft.Primitives.VintasoftRect SliceViewRect { get; set; }
    
    
    [Description("The rectangle, which is defined in the SourceSlice plane and defines which slices must be included in the result (X-axis). Also rectangle defines width and position of the slices (Y-axis).")]
    [RefreshProperties(All)]
    public: __property Vintasoft.Primitives.VintasoftRect get_SliceViewRect();
    public: __property void set_SliceViewRect(
    Vintasoft.Primitives.VintasoftRect value
    );
    [Description("The rectangle, which is defined in the SourceSlice plane and defines which slices must be included in the result (X-axis). Also rectangle defines width and position of the slices (Y-axis).")]
    [RefreshProperties(All)]
    public:
    property Vintasoft.Primitives.VintasoftRect SliceViewRect { Vintasoft.Primitives.VintasoftRect get(); void set(Vintasoft.Primitives.VintasoftRect value); }

    Property Value

    Possible values are from 0 to 1 (size of SourceSlice).
    Default value is VintasoftRect(0, 0, 1, 1).
    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