C# Class Pinta.Core.ImageActions

Show file Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
CreateMainMenu ( Gtk menu ) : void
ImageActions ( ) : System
RegisterHandlers ( ) : void

Private Methods

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

public CreateMainMenu ( Gtk menu ) : void
menu Gtk
return void

ImageActions() public method

public ImageActions ( ) : System
return System

RegisterHandlers() public method

public RegisterHandlers ( ) : void
return void