LEADTOOLS (Leadtools assembly)

SourceRectangle Property

Show in webframe







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;

            
 
get_SourceRectangle();
set_SourceRectangle(value);
Object.defineProperty('SourceRectangle');
public:
property LeadRect SourceRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

A Leadtools.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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.