Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Rectangle Property (AutoCropRectangleCommand)








Rectangle object to be updated.
Syntax
public LeadRect Rectangle {get;}
'Declaration
 
Public ReadOnly Property Rectangle As LeadRect
'Usage
 
Dim instance As AutoCropRectangleCommand
Dim value As LeadRect
 
value = instance.Rectangle
public LeadRect Rectangle {get;}
@property (nonatomic, assign, readonly) LeadRect rectangle
public LeadRect getRectangle()
 get_Rectangle(); 
public:
property LeadRect Rectangle {
   LeadRect get();
}

Property Value

Rectangle variable to be updated.
Example
Refer to AutoCropRectangleCommand.
Requirements

Target Platforms

See Also

Reference

AutoCropRectangleCommand Class
AutoCropRectangleCommand Members

Error processing SSI file