C# 클래스 StdPaint.GUI.Element

The base class for all StdPaint GUI controls.
상속: IDisposable
파일 보기 프로젝트 열기: TheBerkin/StdPaint

보호된 프로퍼티들

프로퍼티 타입 설명
_rect Rectangle

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases all resources used by this Element.

비공개 메소드들

메소드 설명
Draw ( ) : void

Called when the Element is ready to be drawn.

Element ( ) : System

메소드 상세

Dispose() 공개 메소드

Releases all resources used by this Element.
public Dispose ( ) : void
리턴 void

프로퍼티 상세

_rect 보호되어 있는 프로퍼티

The rectangle that this Element is bound to.
protected Rectangle _rect
리턴 Rectangle