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
); |
Return Value
A Rectangle which defines the area of the source image to be warped.
Example
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