←Select platform

DrawImage(RasterImage,Rect,double) Method

Summary

Draws the specified Leadtools.RasterImage to the size of the specified rectangle and opacity.

Syntax

C#
VB
C++
public void DrawImage( 
   RasterImage image, 
   Rect destRect, 
   double opacity 
) 
  
Public Overloads Sub DrawImage( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal destRect As Rect, _ 
   ByVal opacity As Double _ 
)  
public: 
void DrawImage(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly