C# Class entity.BitmapOps.BitmapOperations.formatTypes

Mostra 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_oe property

public int bits
return int

compressed public_oe property

public bool compressed
return bool

index public_oe property

public int index
return int

name public_oe property

public string name
return string