C# Class SCSharp.BinElement

Show file Open project: kangaroo/scsharp Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

BinElement() public method

public BinElement ( byte buf, int position, uint stream_length ) : System
buf byte
position int
stream_length uint
return System

DumpFlags() public method

public DumpFlags ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

flags public property

public ElementFlags flags
return ElementFlags

height public property

public ushort height
return ushort

hotkey public property

public byte hotkey
return byte

resolvedData public property

public object resolvedData
return object

text public property

public string text
return string

text_offset public property

public uint text_offset
return uint

type public property

public ElementType type
return ElementType

width public property

public ushort width
return ushort

x1 public property

public ushort x1
return ushort

x2 public property

public ushort x2
return ushort

y1 public property

public ushort y1
return ushort

y2 public property

public ushort y2
return ushort