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

Show in webframe

DrawImage(D2DBitmap,Rect,Double) Method






Specifies the D2DBitmap to be drawn 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 D2DBitmap to the size of the specified rectangle and opacity.
Syntax
public void DrawImage( 
   D2DBitmap d2dBitmap,
   Rect destRect,
   double opacity
)
'Declaration
 
Public Overloads Sub DrawImage( _
   ByVal d2dBitmap As D2DBitmap, _
   ByVal destRect As Rect, _
   ByVal opacity As Double _
) 
'Usage
 
Dim instance As D2DSurface
Dim d2dBitmap As D2DBitmap
Dim destRect As Rect
Dim opacity As Double
 
instance.DrawImage(d2dBitmap, destRect, opacity)

            

            
public:
void DrawImage( 
   D2DBitmap^ d2dBitmap,
   Rect destRect,
   double opacity
) 

Parameters

d2dBitmap
Specifies the D2DBitmap to be drawn 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 D2DBitmap to the size of the specified rectangle using the specified opacity.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members
Overload List

Error processing SSI file