C# Class Pinta.Core.ImageActions

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

Méthodes publiques

Méthode Description
CreateMainMenu ( Gtk menu ) : void
ImageActions ( ) : System
RegisterHandlers ( ) : void

Private Methods

Méthode Description
HandlePintaCoreActionsImageCropToSelectionActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsImageFlattenActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsImageFlipHorizontalActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsImageFlipVerticalActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsImageRotate180Activated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsImageRotateCCWActivated ( object sender, EventArgs e ) : void
HandlePintaCoreActionsImageRotateCWActivated ( object sender, EventArgs e ) : void

Method Details

CreateMainMenu() public méthode

public CreateMainMenu ( Gtk menu ) : void
menu Gtk
Résultat void

ImageActions() public méthode

public ImageActions ( ) : System
Résultat System

RegisterHandlers() public méthode

public RegisterHandlers ( ) : void
Résultat void