C# Class Cairo.ScaledFont

Inheritance: IDisposable
Mostrar archivo Open project: zwcloud/CairoSharp Class Usage Examples

Protected Properties

Property Type Description
handle System.IntPtr

Public Methods

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

Protected Methods

Method Description
CheckDisposed ( ) : void
Dispose ( bool disposing ) : void

Private Methods

Method Description
ScaledFont ( IntPtr handle, bool owner ) : System

Method Details

CheckDisposed() protected method

protected CheckDisposed ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GlyphExtents() public method

public GlyphExtents ( Glyph glyphs ) : TextExtents
glyphs Glyph
return TextExtents

ScaledFont() public method

public ScaledFont ( FontFace fontFace, Matrix matrix, Matrix ctm, FontOptions options ) : System
fontFace FontFace
matrix Matrix
ctm Matrix
options FontOptions
return System

Property Details

handle protected_oe property

protected IntPtr,System handle
return System.IntPtr