'Declaration Public Function New( _
ByVal widthThe image width.As System.Int32, _
ByVal heightThe image height.As System.Int32, _
ByVal channelsFormatThe image color channels format.As Vintasoft.Imaging.BitmapChannelsFormat, _
ByVal paletteThe image palette.As Vintasoft.Imaging.Palette, _
ByVal resolutionThe image resolution.As Vintasoft.Imaging.Resolution _
)
public ImageInfo(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.BitmapChannelsFormat channelsFormat,
Vintasoft.Imaging.Palette palette,
Vintasoft.Imaging.Resolution resolution
)
public: ImageInfo(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.BitmapChannelsFormat* channelsFormat,
Vintasoft.Imaging.Palette* palette,
Vintasoft.Imaging.Resolution resolution
)
public:
ImageInfo(
System.Int32 width,
System.Int32 height,
Vintasoft.Imaging.BitmapChannelsFormat^ channelsFormat,
Vintasoft.Imaging.Palette^ palette,
Vintasoft.Imaging.Resolution resolution
)
Parameters
- width
- The image width.
- height
- The image height.
- channelsFormat
- The image color channels format.
- palette
- The image palette.
- resolution
- The image resolution.