C# 클래스 GraphicArrow, NewTOAPIA

상속: Graphic
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
fBrush NewTOAPIA.Drawing.GDIBrush
fPen GDIPen

공개 메소드들

메소드 설명
DrawBackground ( DrawEvent devent ) : void
GraphicArrow ( string name, int left, int top, int width, int height ) : System
GraphicArrow ( string name, int frameLeft, int frameTop, int width, int height, uint fillColor, uint borderColor ) : System

보호된 메소드들

메소드 설명
OnUpdateGeometryState ( ) : void

메소드 상세

DrawBackground() 공개 메소드

public DrawBackground ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

GraphicArrow() 공개 메소드

public GraphicArrow ( string name, int left, int top, int width, int height ) : System
name string
left int
top int
width int
height int
리턴 System

GraphicArrow() 공개 메소드

public GraphicArrow ( string name, int frameLeft, int frameTop, int width, int height, uint fillColor, uint borderColor ) : System
name string
frameLeft int
frameTop int
width int
height int
fillColor uint
borderColor uint
리턴 System

OnUpdateGeometryState() 보호된 메소드

protected OnUpdateGeometryState ( ) : void
리턴 void

프로퍼티 상세

fBrush 보호되어 있는 프로퍼티

protected GDIBrush,NewTOAPIA.Drawing fBrush
리턴 NewTOAPIA.Drawing.GDIBrush

fPen 보호되어 있는 프로퍼티

protected GDIPen fPen
리턴 GDIPen