'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); }