C# Class SvgImageWidget, savagesvg

Inheritance: DrawingArea
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string value ) : void
OnRender ( RectangleF updatedRect ) : void
SvgImageWidget ( ) : System

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnButtonReleaseEvent ( Gdk evnt ) : bool
OnExposeEvent ( Gdk evnt ) : bool
OnMotionNotifyEvent ( Gdk evnt ) : bool
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Méthode Description
ShowErrorDialog ( string error ) : void

Method Details

Load() public méthode

public Load ( string value ) : void
value string
Résultat void

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnButtonReleaseEvent() protected méthode

protected OnButtonReleaseEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnRender() public méthode

public OnRender ( RectangleF updatedRect ) : void
updatedRect RectangleF
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

SvgImageWidget() public méthode

public SvgImageWidget ( ) : System
Résultat System