C# Class entity.BitmapOps.BitmapOperations.formatTypes

Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
bits int
compressed bool
index int
name string

Méthodes publiques

Méthode Description
formatTypes ( string name, int index, int bits, bool compressed ) : System

Method Details

formatTypes() public méthode

public formatTypes ( string name, int index, int bits, bool compressed ) : System
name string
index int
bits int
compressed bool
Résultat System

Property Details

bits public_oe property

public int bits
Résultat int

compressed public_oe property

public bool compressed
Résultat bool

index public_oe property

public int index
Résultat int

name public_oe property

public string name
Résultat string