In This Topic
Draws a
Bitmap at the specified location and with the specified size.
Syntax
'Declaration
Public Sub DrawBitmap( _
ByVal As GcBitmap, _
ByVal As System.Drawing.RectangleF, _
Optional ByVal As System.Single _
)
public void DrawBitmap(
GcBitmap ,
System.Drawing.RectangleF ,
System.float
)
Parameters
- bitmap
- The Bitmap to draw.
- rect
- Specifies the location and size of the drawn image.
- opacity
- The opacity [0, 1] of the source bitmap, to multiply to the source bitmap's alpha channel.
See Also