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