C# Class Shed.Shape

Show file Open project: kiniry-teaching/UCD Class Usage Examples

Public Properties

Property Type Description
UseSID uint

Protected Properties

Property Type Description
_anystart bool
_dampen float
_form frmShape
_hBound int
_height int
_node TreeNode
_pixels Pixels
_reverse bool
_sid uint
_type TypesOfShape
_vBound int
_width int
_windowPosition Rectangle
_zones Zones

Private Properties

Property Type Description
NameUsed bool
SIDUsed bool

Public Methods

Method Description
CalculateDimmingWeight ( ) : float
Shape ( TreeNode node ) : System

Private Methods

Method Description
NameUsed ( string v, TreeNode node ) : bool
SIDUsed ( uint v, TreeNode node ) : bool

Method Details

CalculateDimmingWeight() public method

public CalculateDimmingWeight ( ) : float
return float

Shape() public method

public Shape ( TreeNode node ) : System
node TreeNode
return System

Property Details

UseSID public property

public uint UseSID
return uint

_anystart protected property

protected bool _anystart
return bool

_dampen protected property

protected float _dampen
return float

_form protected property

protected frmShape _form
return frmShape

_hBound protected property

protected int _hBound
return int

_height protected property

protected int _height
return int

_node protected property

protected TreeNode _node
return TreeNode

_pixels protected property

protected Pixels _pixels
return Pixels

_reverse protected property

protected bool _reverse
return bool

_sid protected property

protected uint _sid
return uint

_type protected property

protected TypesOfShape _type
return TypesOfShape

_vBound protected property

protected int _vBound
return int

_width protected property

protected int _width
return int

_windowPosition protected property

protected Rectangle _windowPosition
return Rectangle

_zones protected property

protected Zones _zones
return Zones