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