Class ZipImage
Inheritance
System.Object
ZipImage
Syntax
public class ZipImage : ImageData
Constructors
ZipImage(Byte[], Size, Int32)
Declaration
public ZipImage(byte[] data, Size size, int bitDepth)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
data |
|
| Size |
size |
|
| System.Int32 |
bitDepth |
|
Properties
AltersWrittenData
Declaration
protected override bool AltersWrittenData { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Methods
ReadCompressed()
Declaration
public override byte[] ReadCompressed()
Returns
| Type |
Description |
| System.Byte[] |
|
Overrides