'Declaration Public Property cropRect As Vintasoft.Shared.Web.WebRectangleF
public Vintasoft.Shared.Web.WebRectangleF cropRect { get; set; }
public: __property Vintasoft.Shared.Web.WebRectangleF* get_cropRect(); public: __property void set_cropRect(
Vintasoft.Shared.Web.WebRectangleF* value
);
public:
property Vintasoft.Shared.Web.WebRectangleF^ cropRect { Vintasoft.Shared.Web.WebRectangleF^ get(); void set(Vintasoft.Shared.Web.WebRectangleF^ value); }
Property Value
Empty rect - image will NOT be cropped after transformation;
Not empty rect - image will be cropped after transformation.
Default value is empty rect.
Not empty rect - image will be cropped after transformation.
Default value is empty rect.