Accusoft.ImagXpress13.Net
CropRectangle Property




Gets and sets the dimensions to which the image should be cropped when loaded.
Syntax
'Declaration
 
Public Property CropRectangle As Rectangle
'Usage
 
Dim instance As LoadOptions
Dim value As Rectangle
 
instance.CropRectangle = value
 
value = instance.CropRectangle
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);
}

Property Value

The System.Drawing.Rectangle values set.
Remarks

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.

///
See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback