Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage, _ ByVal destinationRectangle As LeadRect, _ ByVal sourcePoint As LeadPoint, _ ByVal flags As CombineFastCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim destinationImage As RasterImage Dim destinationRectangle As LeadRect Dim sourcePoint As LeadPoint Dim flags As CombineFastCommandFlags Dim instance As New CombineFastCommand(destinationImage, destinationRectangle, sourcePoint, flags) |
C# | |
---|---|
public CombineFastCommand( RasterImage destinationImage, LeadRect destinationRectangle, LeadPoint sourcePoint, CombineFastCommandFlags flags ) |
C++/CLI | |
---|---|
public: CombineFastCommand( RasterImage^ destinationImage, LeadRect destinationRectangle, LeadPoint 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7