C# Class Shed.Shape

Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Свойство Type Description
UseSID uint

Protected Properties

Свойство 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

Свойство Type Description
NameUsed bool
SIDUsed bool

Méthodes publiques

Méthode Description
CalculateDimmingWeight ( ) : float
Shape ( TreeNode node ) : System

Private Methods

Méthode Description
NameUsed ( string v, TreeNode node ) : bool
SIDUsed ( uint v, TreeNode node ) : bool

Method Details

CalculateDimmingWeight() public méthode

public CalculateDimmingWeight ( ) : float
Résultat float

Shape() public méthode

public Shape ( TreeNode node ) : System
node TreeNode
Résultat System

Property Details

UseSID public_oe property

public uint UseSID
Résultat uint

_anystart protected_oe property

protected bool _anystart
Résultat bool

_dampen protected_oe property

protected float _dampen
Résultat float

_form protected_oe property

protected frmShape _form
Résultat frmShape

_hBound protected_oe property

protected int _hBound
Résultat int

_height protected_oe property

protected int _height
Résultat int

_node protected_oe property

protected TreeNode _node
Résultat TreeNode

_pixels protected_oe property

protected Pixels _pixels
Résultat Pixels

_reverse protected_oe property

protected bool _reverse
Résultat bool

_sid protected_oe property

protected uint _sid
Résultat uint

_type protected_oe property

protected TypesOfShape _type
Résultat TypesOfShape

_vBound protected_oe property

protected int _vBound
Résultat int

_width protected_oe property

protected int _width
Résultat int

_windowPosition protected_oe property

protected Rectangle _windowPosition
Résultat Rectangle

_zones protected_oe property

protected Zones _zones
Résultat Zones