Class ZipImage | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class ZipImage

    Inheritance
    System.Object
    ImageData
    ZipImage
    Inherited Members
    ImageData.BitDepth
    ImageData.BytesPerRow
    ImageData.Size
    ImageData.Read()
    ImageData.Write(Byte[])
    Namespace: PhotoshopFile.Compression
    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
    ImageData.AltersWrittenData

    Methods

    ReadCompressed()

    Declaration
    public override byte[] ReadCompressed()
    Returns
    Type Description
    System.Byte[]
    Overrides
    ImageData.ReadCompressed()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX