C# Class Cairo.ScaledFont

Inheritance: IDisposable
Afficher le fichier Open project: zwcloud/CairoSharp Class Usage Examples

Protected Properties

Свойство Type Description
handle System.IntPtr

Méthodes publiques

Méthode Description
Dispose ( ) : void
GlyphExtents ( Glyph glyphs ) : TextExtents
ScaledFont ( FontFace fontFace, Matrix matrix, Matrix ctm, FontOptions options ) : System

Méthodes protégées

Méthode Description
CheckDisposed ( ) : void
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ScaledFont ( IntPtr handle, bool owner ) : System

Method Details

CheckDisposed() protected méthode

protected CheckDisposed ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GlyphExtents() public méthode

public GlyphExtents ( Glyph glyphs ) : TextExtents
glyphs Glyph
Résultat TextExtents

ScaledFont() public méthode

public ScaledFont ( FontFace fontFace, Matrix matrix, Matrix ctm, FontOptions options ) : System
fontFace FontFace
matrix Matrix
ctm Matrix
options FontOptions
Résultat System

Property Details

handle protected_oe property

protected IntPtr,System handle
Résultat System.IntPtr