C# Class SCSharp.BinElement

Afficher le fichier Open project: kangaroo/scsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
flags ElementFlags
height ushort
hotkey byte
resolvedData object
text string
text_offset uint
type ElementType
width ushort
x1 ushort
x2 ushort
y1 ushort
y2 ushort

Méthodes publiques

Méthode Description
BinElement ( byte buf, int position, uint stream_length ) : System
DumpFlags ( ) : void
ToString ( ) : string

Method Details

BinElement() public méthode

public BinElement ( byte buf, int position, uint stream_length ) : System
buf byte
position int
stream_length uint
Résultat System

DumpFlags() public méthode

public DumpFlags ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

flags public_oe property

public ElementFlags flags
Résultat ElementFlags

height public_oe property

public ushort height
Résultat ushort

hotkey public_oe property

public byte hotkey
Résultat byte

resolvedData public_oe property

public object resolvedData
Résultat object

text public_oe property

public string text
Résultat string

text_offset public_oe property

public uint text_offset
Résultat uint

type public_oe property

public ElementType type
Résultat ElementType

width public_oe property

public ushort width
Résultat ushort

x1 public_oe property

public ushort x1
Résultat ushort

x2 public_oe property

public ushort x2
Résultat ushort

y1 public_oe property

public ushort y1
Résultat ushort

y2 public_oe property

public ushort y2
Résultat ushort