C# Class Pinta.Core.WorkspaceManager

Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
ClampToImageSize ( Gdk r ) : Gdk.Rectangle
Invalidate ( ) : void
Invalidate ( Gdk rect ) : void
PointInCanvas ( Cairo point ) : bool
RecenterView ( double x, double y ) : void
ResizeCanvas ( int width, int height, Anchor anchor ) : void
ResizeImage ( int width, int height ) : void
ScrollCanvas ( int dx, int dy ) : void
WindowPointToCanvas ( double x, double y ) : PointD
WorkspaceManager ( ) : System
ZoomIn ( ) : void
ZoomOut ( ) : void
ZoomToRectangle ( Rectangle rect ) : void

Méthodes protégées

Méthode Description
OnCanvasInvalidated ( Pinta.Core.CanvasInvalidatedEventArgs e ) : void
OnCanvasSizeChanged ( ) : void

Private Methods

Méthode Description
ResetTitle ( ) : void

Method Details

ClampToImageSize() public méthode

public ClampToImageSize ( Gdk r ) : Gdk.Rectangle
r Gdk
Résultat Gdk.Rectangle

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Invalidate() public méthode

public Invalidate ( Gdk rect ) : void
rect Gdk
Résultat void

OnCanvasInvalidated() protected méthode

protected OnCanvasInvalidated ( Pinta.Core.CanvasInvalidatedEventArgs e ) : void
e Pinta.Core.CanvasInvalidatedEventArgs
Résultat void

OnCanvasSizeChanged() protected méthode

protected OnCanvasSizeChanged ( ) : void
Résultat void

PointInCanvas() public méthode

public PointInCanvas ( Cairo point ) : bool
point Cairo
Résultat bool

RecenterView() public méthode

public RecenterView ( double x, double y ) : void
x double
y double
Résultat void

ResizeCanvas() public méthode

public ResizeCanvas ( int width, int height, Anchor anchor ) : void
width int
height int
anchor Anchor
Résultat void

ResizeImage() public méthode

public ResizeImage ( int width, int height ) : void
width int
height int
Résultat void

ScrollCanvas() public méthode

public ScrollCanvas ( int dx, int dy ) : void
dx int
dy int
Résultat void

WindowPointToCanvas() public méthode

public WindowPointToCanvas ( double x, double y ) : PointD
x double
y double
Résultat Cairo.PointD

WorkspaceManager() public méthode

public WorkspaceManager ( ) : System
Résultat System

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void

ZoomToRectangle() public méthode

public ZoomToRectangle ( Rectangle rect ) : void
rect Cairo.Rectangle
Résultat void