Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

SourceRectangle Property








Gets or sets the area of the source image to be warped.
Syntax
public LeadRect SourceRectangle {get; set;}
'Declaration
 
Public Property SourceRectangle As LeadRect
'Usage
 
Dim instance As CombineWarpCommand
Dim value As LeadRect
 
instance.SourceRectangle = value
 
value = instance.SourceRectangle
public LeadRect SourceRectangle {get; set;}
@property (nonatomic, assign) LeadRect sourceRectangle
 <br/>get_SourceRectangle();<br/>set_SourceRectangle(value);<br/>Object.defineProperty('SourceRectangle'); 
public:
property LeadRect SourceRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

A LeadRect which defines the area of the source image to be warped.
Example
For an example, refer to CombineWarpCommand.
Requirements

Target Platforms

See Also

Reference

CombineWarpCommand Class
CombineWarpCommand Members

Error processing SSI file