C# 클래스 Shed.Shape

파일 보기 프로젝트 열기: kiniry-teaching/UCD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UseSID uint

보호된 프로퍼티들

프로퍼티 타입 설명
_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

프로퍼티 타입 설명
NameUsed bool
SIDUsed bool

공개 메소드들

메소드 설명
CalculateDimmingWeight ( ) : float
Shape ( TreeNode node ) : System

비공개 메소드들

메소드 설명
NameUsed ( string v, TreeNode node ) : bool
SIDUsed ( uint v, TreeNode node ) : bool

메소드 상세

CalculateDimmingWeight() 공개 메소드

public CalculateDimmingWeight ( ) : float
리턴 float

Shape() 공개 메소드

public Shape ( TreeNode node ) : System
node TreeNode
리턴 System

프로퍼티 상세

UseSID 공개적으로 프로퍼티

public uint UseSID
리턴 uint

_anystart 보호되어 있는 프로퍼티

protected bool _anystart
리턴 bool

_dampen 보호되어 있는 프로퍼티

protected float _dampen
리턴 float

_form 보호되어 있는 프로퍼티

protected frmShape _form
리턴 frmShape

_hBound 보호되어 있는 프로퍼티

protected int _hBound
리턴 int

_height 보호되어 있는 프로퍼티

protected int _height
리턴 int

_node 보호되어 있는 프로퍼티

protected TreeNode _node
리턴 TreeNode

_pixels 보호되어 있는 프로퍼티

protected Pixels _pixels
리턴 Pixels

_reverse 보호되어 있는 프로퍼티

protected bool _reverse
리턴 bool

_sid 보호되어 있는 프로퍼티

protected uint _sid
리턴 uint

_type 보호되어 있는 프로퍼티

protected TypesOfShape _type
리턴 TypesOfShape

_vBound 보호되어 있는 프로퍼티

protected int _vBound
리턴 int

_width 보호되어 있는 프로퍼티

protected int _width
리턴 int

_windowPosition 보호되어 있는 프로퍼티

protected Rectangle _windowPosition
리턴 Rectangle

_zones 보호되어 있는 프로퍼티

protected Zones _zones
리턴 Zones