C# Class Cairo.Glyph

Exibir arquivo Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Glyph ( long index, double x, double y ) : System
operator ( ) : bool

Private Methods

Method Description
GlyphsToIntPtr ( Glyph glyphs ) : IntPtr

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Glyph() public method

public Glyph ( long index, double x, double y ) : System
index long
x double
y double
return System

operator() public static method

public static operator ( ) : bool
return bool