C# Class ImageSharp.DDS.MipInfo

Show file Open project: Zulkir/ImageSharp Class Usage Examples

Public Properties

Property Type Description
Depth int
Height int
OffsetInBytes int
SizeInBytes int
Width int

Property Details

Depth public property

public int Depth
return int

Height public property

public int Height
return int

OffsetInBytes public property

public int OffsetInBytes
return int

SizeInBytes public property

public int SizeInBytes
return int

Width public property

public int Width
return int