'Declaration Public Function New( _
ByVal widthImage width.As System.Int32, _
ByVal heightImage height.As System.Int32, _
ByVal pixelFormatImage pixel format.As PixelFormat _
)
public ManagedBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
public: ManagedBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
public:
ManagedBitmap(
System.Int32 width,
System.Int32 height,
PixelFormat pixelFormat
)
Parameters
- width
- Image width.
- height
- Image height.
- pixelFormat
- Image pixel format.