←Select platform

SourceRectangle Property

Summary

Gets or sets the area of the source image to be warped.

Syntax

C#
VB
Objective-C
WinRT C#
C++
public LeadRect SourceRectangle { get; set; } 
Public Property SourceRectangle As Leadtools.LeadRect 
public Leadtools.LeadRect SourceRectangle {get; set;} 
@property (nonatomic, assign) LeadRect sourceRectangle 
 <br/>get_SourceRectangle();<br/>set_SourceRectangle(value);<br/>Object.defineProperty('SourceRectangle');  
public: 
property Leadtools.LeadRect SourceRectangle { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly