'Declaration Public Function New( _
ByVal widthШирина изображения.As System.Int32, _
ByVal heightВысота изображения.As System.Int32, _
ByVal bitsPerPixelРазрядность изображения.As System.Int32, _
ByVal paletteПалитра изображения.As Vintasoft.Imaging.Palette, _
ByVal 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
- Ширина изображения.
- height
- Высота изображения.
- bitsPerPixel
- Разрядность изображения.
- palette
- Палитра изображения.
- resolution
- Разрешение изображения.