C# 클래스 SystemEx.Windows.Forms.TipInfo

상속: IDisposable
파일 보기 프로젝트 열기: pvginkel/SystemEx 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Paint ( Graphics g ) : void
TipInfo ( Control owner ) : System

비공개 메소드들

메소드 설명
CalculateDimensions ( ) : void
GetDimensions ( ) : Rectangle
GetGradientBrush ( ) : LinearGradientBrush
GetPadding ( ) : Padding
GetPath ( ) : GraphicsPath
GetPen ( ) : Pen
GetWidth ( ) : int

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Paint() 공개 메소드

public Paint ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

TipInfo() 공개 메소드

public TipInfo ( Control owner ) : System
owner System.Windows.Forms.Control
리턴 System