Property | Type | Description | |
---|---|---|---|
PreviousSelection | Pinta.Core.DocumentSelection |
Method | Description | |
---|---|---|
AddNewLayer ( string name ) : Pinta.Core.UserLayer | ||
ClampToImageSize ( Gdk r ) : Gdk.Rectangle | ||
Clear ( ) : void | ||
Close ( ) : void | ||
CreateClippedContext ( ) : Context | ||
CreateClippedContext ( bool antialias ) : Context | ||
CreateClippedToolContext ( ) : Context | ||
CreateClippedToolContext ( bool antialias ) : Context | ||
CreateLayer ( ) : Pinta.Core.UserLayer | ||
CreateLayer ( int width, int height ) : Pinta.Core.UserLayer | ||
CreateLayer ( string name ) : Pinta.Core.UserLayer | ||
CreateLayer ( string name, int width, int height ) : Pinta.Core.UserLayer | ||
CreateSelectionLayer ( ) : void | ||
CreateSelectionLayer ( int width, int height ) : void | ||
DeleteCurrentLayer ( ) : void | ||
DeleteLayer ( int index, bool dispose ) : void | ||
DestroySelectionLayer ( ) : void | ||
Document ( Gdk size ) : System | ||
DuplicateCurrentLayer ( ) : Pinta.Core.UserLayer | ||
FinishSelection ( ) : void | ||
FlattenImage ( ) : void | ||
FlipImageHorizontal ( ) : void | ||
FlipImageVertical ( ) : void | ||
GetClippedLayer ( int index ) : |
||
GetComputedPixel ( int x, int y ) : |
Gets the final pixel color for the given point, taking layers, opacity, and blend modes into account.
|
|
GetFlattenedImage ( ) : |
||
GetLayersToPaint ( bool include_tool_layer = true ) : List |
||
GetSelectedBounds ( bool canvasOnly ) : Gdk.Rectangle | ||
IndexOf ( Pinta.Core.UserLayer layer ) : int | ||
Insert ( Pinta.Core.UserLayer layer, int index ) : void | ||
MergeCurrentLayerDown ( ) : void | ||
MoveCurrentLayerDown ( ) : void | ||
MoveCurrentLayerUp ( ) : void | ||
Paste ( bool toNewLayer, int x, int y ) : void |
Pastes an image from the clipboard.
|
|
ResetSelectionPaths ( ) : void | ||
ResizeCanvas ( int width, int height, Anchor anchor, |
Resizes the canvas.
|
|
ResizeImage ( int width, int height ) : void | ||
RotateImage180 ( ) : void | ||
RotateImageCCW ( ) : void | ||
RotateImageCW ( ) : void | ||
Save ( bool saveAs ) : bool | ||
SetCurrentUserLayer ( Pinta.Core.UserLayer layer ) : void | ||
SetCurrentUserLayer ( int i ) : void | ||
ShowClipboardEmptyDialog ( ) : void | ||
SignalSurfaceCloned ( ) : void |
Signal to the TextTool that an ImageSurface was cloned.
|
Method | Description | |
---|---|---|
OnIsDirtyChanged ( ) : void | ||
OnRenamed ( ) : void |
Method | Description | |
---|---|---|
OnSelectionChanged ( ) : void | ||
RaiseLayerPropertyChangedEvent ( object sender, PropertyChangedEventArgs e ) : void | ||
RotateImage ( double angle ) : void |
Rotates the image by the specified angle (in degrees)
|
|
ShowExpandCanvasDialog ( ) : ResponseType |
public AddNewLayer ( string name ) : Pinta.Core.UserLayer | ||
name | string | |
return | Pinta.Core.UserLayer |
public ClampToImageSize ( Gdk r ) : Gdk.Rectangle | ||
r | Gdk | |
return | Gdk.Rectangle |
public CreateClippedContext ( bool antialias ) : Context | ||
antialias | bool | |
return | Context |
public CreateClippedToolContext ( ) : Context | ||
return | Context |
public CreateClippedToolContext ( bool antialias ) : Context | ||
antialias | bool | |
return | Context |
public CreateLayer ( ) : Pinta.Core.UserLayer | ||
return | Pinta.Core.UserLayer |
public CreateLayer ( int width, int height ) : Pinta.Core.UserLayer | ||
width | int | |
height | int | |
return | Pinta.Core.UserLayer |
public CreateLayer ( string name ) : Pinta.Core.UserLayer | ||
name | string | |
return | Pinta.Core.UserLayer |
public CreateLayer ( string name, int width, int height ) : Pinta.Core.UserLayer | ||
name | string | |
width | int | |
height | int | |
return | Pinta.Core.UserLayer |
public CreateSelectionLayer ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public DeleteLayer ( int index, bool dispose ) : void | ||
index | int | |
dispose | bool | |
return | void |
public DuplicateCurrentLayer ( ) : Pinta.Core.UserLayer | ||
return | Pinta.Core.UserLayer |
public GetClippedLayer ( int index ) : |
||
index | int | |
return |
public GetComputedPixel ( int x, int y ) : |
||
x | int | |
y | int | |
return |
public GetFlattenedImage ( ) : |
||
return |
public GetLayersToPaint ( bool include_tool_layer = true ) : List |
||
include_tool_layer | bool | |
return | List |
public GetSelectedBounds ( bool canvasOnly ) : Gdk.Rectangle | ||
canvasOnly | bool | false for the whole selection, true for the part only on our canvas |
return | Gdk.Rectangle |
public IndexOf ( Pinta.Core.UserLayer layer ) : int | ||
layer | Pinta.Core.UserLayer | |
return | int |
public Insert ( Pinta.Core.UserLayer layer, int index ) : void | ||
layer | Pinta.Core.UserLayer | |
index | int | |
return | void |
public Paste ( bool toNewLayer, int x, int y ) : void | ||
toNewLayer | bool | Set to TRUE to paste into a /// new layer. Otherwise, will paste to the current layer. |
x | int | Optional. Location within image to paste to. /// Position will be adjusted if pasted image would hang /// over right or bottom edges of canvas. |
y | int | Optional. Location within image to paste to. /// Position will be adjusted if pasted image would hang /// over right or bottom edges of canvas. |
return | void |
public ResizeCanvas ( int width, int height, Anchor anchor, |
||
width | int | The new width of the canvas. |
height | int | The new height of the canvas. |
anchor | Anchor | Direction in which to adjust the canvas |
compoundAction | /// Optionally, the history item for resizing the canvas can be added to /// a CompoundHistoryItem if it is part of a larger action (e.g. pasting an image). /// | |
return | void |
public ResizeImage ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SetCurrentUserLayer ( Pinta.Core.UserLayer layer ) : void | ||
layer | Pinta.Core.UserLayer | |
return | void |
public static ShowClipboardEmptyDialog ( ) : void | ||
return | void |