C# 클래스 System.Windows.Forms.InternalUserControl

상속: UserControlMouseView, IControl
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form

공개 메소드들

메소드 설명
DrawRect ( RectangleF dirtyRect ) : void
FontChanged ( ) : void

보호된 메소드들

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

메소드 상세

DrawRect() 공개 메소드

public DrawRect ( RectangleF dirtyRect ) : void
dirtyRect System.Drawing.RectangleF
리턴 void

FontChanged() 공개 메소드

public FontChanged ( ) : void
리턴 void

OnPaintBackground() 보호된 메소드

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