C# Class gbrainy.Core.Libraries.SVGImage

Inheritance: IDisposable
Afficher le fichier Open project: GNOME/gbrainy Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RenderToCairo ( IntPtr cairo_surface ) : void
SVGImage ( System _assembly, string resource ) : System
SVGImage ( string file ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
rsvg_handle_free ( IntPtr handle ) : void
rsvg_handle_get_dimensions ( IntPtr handle, RsvgDimensionData &dimension ) : void
rsvg_handle_new_from_data ( byte data, int len, int &error ) : IntPtr
rsvg_handle_new_from_file ( string file_name, int &error ) : IntPtr
rsvg_handle_render_cairo ( IntPtr Rsvghandle, IntPtr cairo_t ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

RenderToCairo() public méthode

public RenderToCairo ( IntPtr cairo_surface ) : void
cairo_surface System.IntPtr
Résultat void

SVGImage() public méthode

public SVGImage ( System _assembly, string resource ) : System
_assembly System
resource string
Résultat System

SVGImage() public méthode

public SVGImage ( string file ) : System
file string
Résultat System