'Declaration Public Function New( _
ByVal widthImage width.As Integer, _
ByVal heightImage height.As Integer, _
ByVal resolutionImage resolution.As Integer, _
ByVal pixelFormatImage pixel format.As Resolution, _
ByVal paletteImage palette.As PixelFormat, _
ByVal strideImage data stride.As Palette _
)
public UnmanagedBitmap(
int width,
int height,
int resolution,
Resolution pixelFormat,
PixelFormat palette,
Palette stride
)
public: UnmanagedBitmap(
int width,
int height,
int resolution,
Resolution pixelFormat,
PixelFormat palette,
Palette* stride
)
public:
UnmanagedBitmap(
int width,
int height,
int resolution,
Resolution pixelFormat,
PixelFormat palette,
Palette^ stride
)
Parameters
- width
- Image width.
- height
- Image height.
- resolution
- Image resolution.
- pixelFormat
- Image pixel format.
- palette
- Image palette.
- stride
- Image data stride.