Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage, _ ByVal destinationRectangle As Rectangle, _ ByVal sourcePoint As Point, _ ByVal flags As CombineCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CombineCommand( RasterImage destinationImage, Rectangle destinationRectangle, Point sourcePoint, CombineCommandFlags flags ) |
C++/CLI | |
---|---|
public: CombineCommand( RasterImage^ destinationImage, Rectangle destinationRectangle, Point sourcePoint, CombineCommandFlags flags ) |
Parameters
- destinationImage
- The destination image for the command.
- destinationRectangle
- The rectangle in the destination image.
- sourcePoint
- The origin of the source rectangle.
- flags
- Flags which control the combine command.
For an example, refer to CombineCommand.
destinationRectangle and sourcePoint must be in image coordinates. Therefore, you must account for the RasterImage.ViewPerspective of the image. For information about image coordinates, refer to Accounting for View Perspective.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6