'Declaration Public Function New( _
ByVal widthImage width.As System.Int32, _
ByVal heightImage height.As System.Int32, _
ByVal resolutionImage resolution.As System.Int32, _
ByVal pixelFormatImage pixel format.As Resolution, _
ByVal paletteImage palette.As PixelFormat, _
ByVal strideImage data stride.As Palette _
)
public UnmanagedBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 resolution,
Resolution pixelFormat,
PixelFormat palette,
Palette stride
)
public: UnmanagedBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 resolution,
Resolution pixelFormat,
PixelFormat palette,
Palette* stride
)
public:
UnmanagedBitmap(
System.Int32 width,
System.Int32 height,
System.Int32 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.