public Rectangle CropRectangle {get; set;}
public: __property Rectangle get_CropRectangle(); public: __property void set_CropRectangle( Rectangle value );
public: property Rectangle CropRectangle { Rectangle get(); void set ( Rectangle value); }
'Declaration Public Property CropRectangle As Rectangle
'Usage Dim instance As LoadOptions Dim value As Rectangle instance.CropRectangle = value value = instance.CropRectangle
Note: If the dimensions specified are all zeros or null, then no cropping occurs when loading.
Note: CameraRaw images do not support cropping during loading.
LoadOptions Class LoadOptions Members
©2015. Accusoft Corporation. All Rights Reserved.