DrawImage(IImage,RectangleF,Nullable<RectangleF>,ImageAlign,Single) Method
In This Topic
Draws an image using specified bounds, clipping and image alignment.
Syntax
'Declaration
Public Overloads Sub DrawImage( _
ByVal As IImage, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Nullable(Of RectangleF), _
ByVal As ImageAlign, _
Optional ByVal As System.Single _
)
public void DrawImage(
IImage ,
System.Drawing.RectangleF ,
System.Nullable<RectangleF> ,
ImageAlign ,
System.float
)
Parameters
- image
- The image to draw.
- destBounds
- The destination rectangle.
- clipBounds
- The clipping rectangle, or null for no clipping.
- align
- The image alignment.
- opacity
- The image opacity.
See Also