C# Class SIL.FieldWorks.FwCoreDlgControls.FontFeaturesButton.HoldDummyGraphics

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
m_graphics System.Drawing.Graphics
m_vwGraphics IVwGraphics

Méthodes publiques

Méthode Description
Dispose ( ) : void
HoldDummyGraphics ( string fontName, bool fBold, bool fItalic, Control ctrl ) : System

Initializes a new instance of the T:HoldDummyGraphics class.

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool fDisposing ) : void
fDisposing bool
Résultat void

HoldDummyGraphics() public méthode

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
Résultat System

Property Details

m_graphics public_oe property

public Graphics,System.Drawing m_graphics
Résultat System.Drawing.Graphics

m_vwGraphics public_oe property

public IVwGraphics m_vwGraphics
Résultat IVwGraphics