Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

SourceRectangle Property








Gets or sets the area of the source image to be warped.
Syntax
public LeadRect SourceRectangle {get; set;}
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);
}
'Declaration
 
Public Property SourceRectangle As LeadRect
 
'Usage
 
Dim instance As CombineWarpCommand
Dim value As LeadRect
 
instance.SourceRectangle = value
 
value = instance.SourceRectangle

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