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 ) |
Managed Extensions for 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
destinationImage will hold the result of combining this image with the image passed to the RasterCommand.Run method.
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