public void DrawImage(
RasterImage image,
Rect destRect,
double opacity
)
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.
This method draws the specified Leadtools.RasterImage to the size of the specified rectangle and opacity.