'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)> <DescriptionAttribute("The rectangle, in pixels, that defines how to crop image after transformation.")> Public Property CropRect As System.Drawing.RectangleF
[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [Description("The rectangle, in pixels, that defines how to crop image after transformation.")] public System.Drawing.RectangleF CropRect { get; set; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [Description("The rectangle, in pixels, that defines how to crop image after transformation.")] public: __property System.Drawing.RectangleF* get_CropRect(); public: __property void set_CropRect(
System.Drawing.RectangleF* value
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [Description("The rectangle, in pixels, that defines how to crop image after transformation.")] public:
property System.Drawing.RectangleF^ CropRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }
Property Value
Пустой прямоугольник - изображение НЕ будет обрезано после преобразования; Не пустой прямоугольник - изображение будет обрезано после преобразования.