VintaSoft Imaging .NET SDK 15.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.Mpr Namespace / MprPerpendicularMultiSlice Class / SliceViewRect Property
Синтаксис Требования Смотрите также
В этом разделе
    SliceViewRect Свойство (MprPerpendicularMultiSlice)
    В этом разделе
    Возвращает или задает прямоугольник, определенный в плоскости SourceSlice, который определяет, какие срезы должны быть включены в результат (ось X). Также прямоугольник определяет ширину и положение срезов (ось Y).
    Синтаксис
    '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

    Возможные значения от 0 до 1 (размер SourceSlice).
    Значение по умолчанию - VintasoftRect(0, 0, 1, 1).
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также