CodePorting.Translator.Cs2Cpp.Framework
|
Structure that represents save options. More...
#include <image.h>
Public Attributes | |
Nullable< int > | Quality |
The quality level used when encoding an image. More... | |
Nullable< Imaging::EncoderValue > | Flag |
Specifies the parameter value passed to a JPEG or TIFF image encoder. More... | |
Nullable< Imaging::EncoderValue > | Compression |
The compression type. More... | |
Nullable< int > | PixelFormat |
The amount bits per pixel. More... | |
Structure that represents save options.
Nullable<Imaging::EncoderValue> System::Drawing::Image::SaveOptions::Compression |
The compression type.
Nullable<Imaging::EncoderValue> System::Drawing::Image::SaveOptions::Flag |
Specifies the parameter value passed to a JPEG or TIFF image encoder.
Nullable<int> System::Drawing::Image::SaveOptions::PixelFormat |
The amount bits per pixel.
Nullable<int> System::Drawing::Image::SaveOptions::Quality |
The quality level used when encoding an image.