C# 클래스 TpTrayUtility.Components.TpLineStyleItem

상속: TpItem
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
style TpPenStyle

공개 메소드들

메소드 설명
Clone ( ) : TpItem
Contain ( object data ) : bool
SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
TpLineStyleItem ( DashStyle _style ) : System
TpLineStyleItem ( TpPenStyle _style ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : TpItem
리턴 TpItem

Contain() 공개 메소드

public Contain ( object data ) : bool
data object
리턴 bool

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

SpecialDrawingFunction() 공개 메소드

public SpecialDrawingFunction ( Graphics g, Rectangle rc ) : void
g System.Drawing.Graphics
rc System.Drawing.Rectangle
리턴 void

TpLineStyleItem() 공개 메소드

public TpLineStyleItem ( DashStyle _style ) : System
_style DashStyle
리턴 System

TpLineStyleItem() 공개 메소드

public TpLineStyleItem ( TpPenStyle _style ) : System
_style TpPenStyle
리턴 System

프로퍼티 상세

style 공개적으로 프로퍼티

public TpPenStyle style
리턴 TpPenStyle