C# 클래스 ICSharpCode.TextEditor.Util.TipPainter

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
DrawFixedWidthTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
DrawTip ( Control control, Graphics graphics, Font font, string description ) : Size
DrawTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
GetLeftHandSideTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData, Point p ) : Size
GetTipSize ( Control control, Graphics graphics, Font font, string description ) : Size
GetTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size

비공개 메소드들

메소드 설명
GetWorkingArea ( Control control ) : Rectangle

메소드 상세

DrawFixedWidthTip() 공개 정적인 메소드

public static DrawFixedWidthTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
리턴 System.Drawing.Size

DrawTip() 공개 정적인 메소드

public static DrawTip ( Control control, Graphics graphics, Font font, string description ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
description string
리턴 System.Drawing.Size

DrawTip() 공개 정적인 메소드

public static DrawTip ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
리턴 System.Drawing.Size

GetLeftHandSideTipSize() 공개 정적인 메소드

public static GetLeftHandSideTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData, Point p ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
p System.Drawing.Point
리턴 System.Drawing.Size

GetTipSize() 공개 정적인 메소드

public static GetTipSize ( Control control, Graphics graphics, Font font, string description ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
font System.Drawing.Font
description string
리턴 System.Drawing.Size

GetTipSize() 공개 정적인 메소드

public static GetTipSize ( Control control, Graphics graphics, ICSharpCode.TextEditor.Util.TipSection tipData ) : Size
control System.Windows.Forms.Control
graphics System.Drawing.Graphics
tipData ICSharpCode.TextEditor.Util.TipSection
리턴 System.Drawing.Size