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 for the destination image.
- sourcePoint
- The origin point for the source rectangle.
- flags
- Flags which control the combine command.
For an example, refer to CombineFastCommand
destinationImage will hold the result of combining this image with the image passed to the RasterCommand.Run method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family