'DeclarationPublic Overloads MustOverride Sub DrawImage( _ ByVal image As System.Drawing.Image, _ ByVal bounds As NRectangleF _ )
'UsageDim instance As NGraphicsVector Dim image As System.Drawing.Image Dim bounds As NRectangleF instance.DrawImage(image, bounds)
public abstract void DrawImage( System.Drawing.Image image, NRectangleF bounds )
Parameters
- image
- bounds