C# 클래스 SIL.FieldWorks.FwCoreDlgControls.FontFeaturesButton.HoldDummyGraphics

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
m_graphics System.Drawing.Graphics
m_vwGraphics IVwGraphics

공개 메소드들

메소드 설명
Dispose ( ) : void
HoldDummyGraphics ( string fontName, bool fBold, bool fItalic, Control ctrl ) : System

Initializes a new instance of the T:HoldDummyGraphics class.

보호된 메소드들

메소드 설명
Dispose ( bool fDisposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool fDisposing ) : void
fDisposing bool
리턴 void

HoldDummyGraphics() 공개 메소드

Initializes a new instance of the T:HoldDummyGraphics class.
public HoldDummyGraphics ( string fontName, bool fBold, bool fItalic, Control ctrl ) : System
fontName string Name of the font.
fBold bool if set to true [f bold].
fItalic bool if set to true [f italic].
ctrl System.Windows.Forms.Control The parent control
리턴 System

프로퍼티 상세

m_graphics 공개적으로 프로퍼티

public Graphics,System.Drawing m_graphics
리턴 System.Drawing.Graphics

m_vwGraphics 공개적으로 프로퍼티

public IVwGraphics m_vwGraphics
리턴 IVwGraphics