DrawImage(RasterImage,Rect,double) Method

Summary
Draws the specified Leadtools.RasterImage to the size of the specified rectangle and opacity.
Syntax
C#
C++/CLI
public void DrawImage( 
   RasterImage image, 
   Rect destRect, 
   double opacity 
) 
public: 
void DrawImage(  
   RasterImage^ image, 
   Rect destRect, 
   double opacity 
)  

Parameters

image
Specifies Leadtools.RasterImage to draw onto the surface.

destRect
Specifies the location and size of the drawn image.

opacity
A value between 0 and 1, Specifies an opacity value to apply to the image.

Remarks

This method draws the specified Leadtools.RasterImage to the size of the specified rectangle and opacity.

Requirements

Target Platforms

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.