Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage, _ ByVal destinationRectangle As Rectangle, _ ByVal sourcePoint As Point, _ ByVal flags As CombineFastCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CombineFastCommand( RasterImage destinationImage, Rectangle destinationRectangle, Point sourcePoint, CombineFastCommandFlags flags ) |
C++/CLI | |
---|---|
public: CombineFastCommand( RasterImage^ destinationImage, Rectangle destinationRectangle, Point sourcePoint, CombineFastCommandFlags 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 CombineFastCommand.
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