C# Class SCSharp.BinElement

ファイルを表示 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_oe property

public ElementFlags flags
return ElementFlags

height public_oe property

public ushort height
return ushort

hotkey public_oe property

public byte hotkey
return byte

resolvedData public_oe property

public object resolvedData
return object

text public_oe property

public string text
return string

text_offset public_oe property

public uint text_offset
return uint

type public_oe property

public ElementType type
return ElementType

width public_oe property

public ushort width
return ushort

x1 public_oe property

public ushort x1
return ushort

x2 public_oe property

public ushort x2
return ushort

y1 public_oe property

public ushort y1
return ushort

y2 public_oe property

public ushort y2
return ushort