C# Class entity.BitmapOps.BitmapOperations.formatTypes

Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
bits int
compressed bool
index int
name string

Public Methods

Method Description
formatTypes ( string name, int index, int bits, bool compressed ) : System

Method Details

formatTypes() public method

public formatTypes ( string name, int index, int bits, bool compressed ) : System
name string
index int
bits int
compressed bool
return System

Property Details

bits public property

public int bits
return int

compressed public property

public bool compressed
return bool

index public property

public int index
return int

name public property

public string name
return string