Méthode | Description | |
---|---|---|
Blackboard ( IWidget widget ) : System | ||
Clear ( bool resetDrawing = true ) : void |
Clears the drawing.
|
|
DeleteSelection ( ) : void |
Deletes the current selection from the frame drawing.
|
|
Draw ( IContext context, |
||
Save ( ) : Image |
Saves the current canvas to an Image
|
|
Save ( string filename ) : void |
Saves the current canvas to a file
|
|
Zoom ( double zoom, Point center = null ) : void |
Zoom into the image and center it in the click.
|
Méthode | Description | |
---|---|---|
CursorMoved ( Point coords ) : void | ||
Dispose ( bool disposing ) : void | ||
HandleLeftButton ( Point coords, ButtonModifier modif ) : void | ||
SelectionChanged ( System |
||
ShowMenu ( Point coords ) : void | ||
StartMove ( |
||
StopMove ( bool moved ) : void |
Méthode | Description | |
---|---|---|
Add ( IBlackboardObject drawable ) : ICanvasSelectableObject | ||
ClipRoi ( |
||
UpdateCounters ( ) : void |
public Blackboard ( IWidget widget ) : System | ||
widget | IWidget | |
Résultat | System |
public Clear ( bool resetDrawing = true ) : void | ||
resetDrawing | bool | |
Résultat | void |
protected CursorMoved ( Point coords ) : void | ||
coords | Point | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Draw ( IContext context, |
||
context | IContext | |
area | ||
Résultat | void |
protected HandleLeftButton ( Point coords, ButtonModifier modif ) : void | ||
coords | Point | |
modif | ButtonModifier | |
Résultat | void |
protected SelectionChanged ( System |
||
sel | System |
|
Résultat | void |
protected StartMove ( |
||
sel | ||
Résultat | void |
public Zoom ( double zoom, Point center = null ) : void | ||
zoom | double | New zoom value. |
center | Point | Mew image center. |
Résultat | void |