'Declaration Public Function New( _
ByVal imageImage which should be stored in DIB file.As Vintasoft.Imaging.VintasoftImage, _
ByVal useRleA value indicating whether the image should be compressed with RLE algorithm.As Boolean _
)
public DibFile(
Vintasoft.Imaging.VintasoftImage image,
bool useRle
)
public: DibFile(
Vintasoft.Imaging.VintasoftImage* image,
bool useRle
)
public:
DibFile(
Vintasoft.Imaging.VintasoftImage^ image,
bool useRle
)
Parameters
- image
- Image which should be stored in DIB file.
- useRle
- A value indicating whether the image should be compressed with RLE algorithm.