C# Class Shed.Zone

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

Protected Properties

Свойство Type Description
_enterAngle float
_enterArc float
_enterRadius float
_exitAngle float
_exitArc float
_exitRadius float
_highlight bool
_owner Shape
_x float
_y float

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Zone ( Shape Owner ) : System

Method Details

Zone() public méthode

public Zone ( Shape Owner ) : System
Owner Shape
Résultat System

Property Details

_enterAngle protected_oe property

protected float _enterAngle
Résultat float

_enterArc protected_oe property

protected float _enterArc
Résultat float

_enterRadius protected_oe property

protected float _enterRadius
Résultat float

_exitAngle protected_oe property

protected float _exitAngle
Résultat float

_exitArc protected_oe property

protected float _exitArc
Résultat float

_exitRadius protected_oe property

protected float _exitRadius
Résultat float

_highlight protected_oe property

protected bool _highlight
Résultat bool

_owner protected_oe property

protected Shape,Shed _owner
Résultat Shape

_x protected_oe property

protected float _x
Résultat float

_y protected_oe property

protected float _y
Résultat float