Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Rectangle Property (CopyRectangleCommand)








Gets or sets the rectangle area to copy (in pixels).
Syntax
public LeadRect Rectangle {get; set;}
'Declaration
 
Public Property Rectangle As LeadRect
'Usage
 
Dim instance As CopyRectangleCommand
Dim value As LeadRect
 
instance.Rectangle = value
 
value = instance.Rectangle
public LeadRect Rectangle {get; set;}
@property (nonatomic, assign) LeadRect rectangle
public LeadRect getRectangle()
public void setRectangle(LeadRect value)
            
 <br/>get_Rectangle();<br/>set_Rectangle(value);<br/>Object.defineProperty('Rectangle'); 
public:
property LeadRect Rectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

The rectangle area to copy (in pixels).
Example
For an example, refer to CopyRectangleCommand.
Requirements

Target Platforms

See Also

Reference

CopyRectangleCommand Class
CopyRectangleCommand Members

Error processing SSI file