C# Class SvgImageWidget, savagesvg

Inheritance: DrawingArea
Datei anzeigen Open project: codebutler/savagesvg Class Usage Examples

Public Methods

Method Description
Load ( string value ) : void
OnRender ( RectangleF updatedRect ) : void
SvgImageWidget ( ) : System

Protected Methods

Method Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnExposeEvent ( Gdk evnt ) : bool
OnMotionNotifyEvent ( Gdk evnt ) : bool
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
ShowErrorDialog ( string error ) : void

Method Details

Load() public method

public Load ( string value ) : void
value string
return void

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnRender() public method

public OnRender ( RectangleF updatedRect ) : void
updatedRect RectangleF
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

SvgImageWidget() public method

public SvgImageWidget ( ) : System
return System