'Declaration
Public Overloads MustOverride 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 N2DDevice 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 abstract void DrawImage( System.Drawing.Bitmap image, NRectangleF destRect, NRectangleF srcRect, System.Drawing.GraphicsUnit srcUnit )
Parameters
- image
- destRect
- srcRect
- srcUnit