'Declaration
Public Overloads Overrides Sub DrawImage( _ ByVal image As System.Drawing.Bitmap, _ ByVal destRect As NRectangleF, _ ByVal srcRect As NRectangleF, _ ByVal srcUnit As System.Drawing.GraphicsUnit _ )
'Usage
Dim instance As GLDevice2D Dim image As System.Drawing.Bitmap Dim destRect As NRectangleF Dim srcRect As NRectangleF Dim srcUnit As System.Drawing.GraphicsUnit instance.DrawImage(image, destRect, srcRect, srcUnit)
public override void DrawImage( System.Drawing.Bitmap image, NRectangleF destRect, NRectangleF srcRect, System.Drawing.GraphicsUnit srcUnit )
Parameters
- image
- destRect
- srcRect
- srcUnit