C# Class Hjg.Pngcs.PngIDatChunkInputStream.IdatChunkInfo

Show file Open project: devedse/DeveMazeGenerator

Public Properties

Property Type Description
len int
offset long

Public Methods

Method Description
IdatChunkInfo ( int len_0, long offset_1 ) : System

Method Details

IdatChunkInfo() public method

public IdatChunkInfo ( int len_0, long offset_1 ) : System
len_0 int
offset_1 long
return System

Property Details

len public property

public int len
return int

offset public property

public long offset
return long