'Declaration Public Function New( _
ByVal widthThe image width.As System.Int32, _
ByVal heightThe image height.As System.Int32, _
ByVal bitsPerPixelThe image bit depth.As System.Int32, _
ByVal paletteThe image palette.As Vintasoft.Imaging.Palette, _
ByVal resolutionThe image resolution.As Vintasoft.Imaging.Resolution _
)
public ImageInfo(
System.Int32 width,
System.Int32 height,
System.Int32 bitsPerPixel,
Vintasoft.Imaging.Palette palette,
Vintasoft.Imaging.Resolution resolution
)
public: ImageInfo(
System.Int32 width,
System.Int32 height,
System.Int32 bitsPerPixel,
Vintasoft.Imaging.Palette* palette,
Vintasoft.Imaging.Resolution resolution
)
public:
ImageInfo(
System.Int32 width,
System.Int32 height,
System.Int32 bitsPerPixel,
Vintasoft.Imaging.Palette^ palette,
Vintasoft.Imaging.Resolution resolution
)
Parameters
- width
- The image width.
- height
- The image height.
- bitsPerPixel
- The image bit depth.
- palette
- The image palette.
- resolution
- The image resolution.