Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

DrawImage(RasterImage,Rect,Double) Method






Specifies Leadtools.RasterImage to draw onto the surface.
Specifies the location and size of the drawn image.
A value between 0 and 1, Specifies an opacity value to apply to the image.
Draws the specified Leadtools.RasterImage to the size of the specified rectangle and opacity.
Syntax
public void DrawImage( 
   RasterImage image,
   Rect destRect,
   double opacity
)
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal image As RasterImage, _
   ByVal destRect As Rect, _
   ByVal opacity As Double _
) 
'Usage
 
Dim instance As D2DSurface
Dim image As RasterImage
Dim destRect As Rect
Dim opacity As Double
 
instance.DrawImage(image, destRect, 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

See Also

Reference

D2DSurface Class
D2DSurface Members
Overload List

Error processing SSI file