Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SourceRectangle Property
See Also 
Leadtools.ImageProcessing Namespace > CombineWarpCommand Class : SourceRectangle Property



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

Syntax

Visual Basic (Declaration) 
Public Property SourceRectangle As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As CombineWarpCommand
Dim value As Rectangle
 
instance.SourceRectangle = value
 
value = instance.SourceRectangle
C# 
public Rectangle SourceRectangle {get; set;}
C++/CLI 
public:
property Rectangle SourceRectangle {
   Rectangle get();
   void set (Rectangle value);
}

Return Value

A Rectangle which defines the area of the source image to be warped.

Example

For an example, refer to CombineWarpCommand.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also