Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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;}
Managed Extensions for C++ 
public: __property Rectangle get_SourceRectangle();
public: __property void set_SourceRectangle( 
   Rectangle value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also