C# Class Shed.Shape

显示文件 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_oe property

public uint UseSID
return uint

_anystart protected_oe property

protected bool _anystart
return bool

_dampen protected_oe property

protected float _dampen
return float

_form protected_oe property

protected frmShape _form
return frmShape

_hBound protected_oe property

protected int _hBound
return int

_height protected_oe property

protected int _height
return int

_node protected_oe property

protected TreeNode _node
return TreeNode

_pixels protected_oe property

protected Pixels _pixels
return Pixels

_reverse protected_oe property

protected bool _reverse
return bool

_sid protected_oe property

protected uint _sid
return uint

_type protected_oe property

protected TypesOfShape _type
return TypesOfShape

_vBound protected_oe property

protected int _vBound
return int

_width protected_oe property

protected int _width
return int

_windowPosition protected_oe property

protected Rectangle _windowPosition
return Rectangle

_zones protected_oe property

protected Zones _zones
return Zones