'Declaration Public Shared Function FromBitmap( _ ByVal bitmap As System.Drawing.Bitmap _ ) As NRaster
'Declaration
Public Shared Function FromBitmap( _ ByVal bitmap As System.Drawing.Bitmap _ ) As NRaster
'Usage Dim bitmap As System.Drawing.Bitmap Dim value As NRaster value = NRaster.FromBitmap(bitmap)
'Usage
Dim bitmap As System.Drawing.Bitmap Dim value As NRaster value = NRaster.FromBitmap(bitmap)
public static NRaster FromBitmap( System.Drawing.Bitmap bitmap )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
NRaster Class NRaster Members