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;} |
Return Value
A Rectangle which defines the area of the source image to be warped.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also