The rectangle in the destination image.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property DestinationRectangle As Rectangle |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CombineCommand
Dim value As Rectangle
instance.DestinationRectangle = value
value = instance.DestinationRectangle
|
| C# | |
|---|
public Rectangle DestinationRectangle {get; set;} |
Return Value
A
Rectangle object that specifies the portion in
DestinationImage to be used.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also