C# Class gbrainy.Core.Libraries.SVGImage

Inheritance: IDisposable
Show file Open project: GNOME/gbrainy Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

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

RenderToCairo() public method

public RenderToCairo ( IntPtr cairo_surface ) : void
cairo_surface System.IntPtr
return void

SVGImage() public method

public SVGImage ( System _assembly, string resource ) : System
_assembly System
resource string
return System

SVGImage() public method

public SVGImage ( string file ) : System
file string
return System