Property | Type | Description | |
---|---|---|---|
_last_zoom | int |
Method | Description | |
---|---|---|
ClearHistory ( ) : void | ||
Copy ( ) : void | ||
Destroy ( ) : void | ||
GetImage ( ) : Bitmap |
Gets a copy of the current drawing image.
|
|
ImageEditControl ( ) : Sphere.Core.Editor | ||
MakeNew ( int width, int height ) : void | ||
Paste ( ) : void | ||
PasteInto ( ) : void | ||
Redo ( ) : void | ||
RescaleImage ( int width, int height, InterpolationMode mode ) : void | ||
ResizeImage ( int width, int height ) : void | ||
ResizeToFit ( ) : void | ||
SetImage ( Bitmap image ) : void |
Sets the drawing image as a copy of the image.
|
|
Slide ( int ox, int oy ) : void | ||
Undo ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DoTool ( ) : void | ||
DrawPenDot ( ) : void | ||
DrawPenLine ( ) : void | ||
DrawTool ( Graphics g ) : void | ||
Flatten ( Rectangle &rect ) : void | ||
GrowPenRegion ( Point mouse ) : void |
Figures out the subsection to add to the undo handler.
|
|
ImageEditControl2_MouseDown ( object sender, MouseEventArgs e ) : void | ||
ImageEditControl2_MouseMove ( object sender, MouseEventArgs e ) : void | ||
ImageEditControl2_MouseUp ( object sender, MouseEventArgs e ) : void | ||
ImageEditControl2_Paint ( object sender, PaintEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PushHistory ( ) : void | ||
PushResizePage ( Image image ) : void | ||
RotateFlip ( RotateFlipType type ) : void | ||
UpdateGrid ( ) : void | ||
blendItem_Click ( object sender, EventArgs e ) : void | ||
contextMenuStrip_Opening ( object sender, CancelEventArgs e ) : void | ||
copyImageItem_Click ( object sender, EventArgs e ) : void | ||
horizontalItem_Click ( object sender, EventArgs e ) : void | ||
pasteIntoItem_Click ( object sender, EventArgs e ) : void | ||
pasteNewItem_Click ( object sender, EventArgs e ) : void | ||
replaceColorItem_Click ( object sender, EventArgs e ) : void | ||
replaceItem_Click ( object sender, EventArgs e ) : void | ||
rotateLeftItem_Click ( object sender, EventArgs e ) : void | ||
rotateRightItem_Click ( object sender, EventArgs e ) : void | ||
selectColorItem_Click ( object sender, EventArgs e ) : void | ||
verticalItem_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ImageEditControl ( ) : Sphere.Core.Editor | ||
return | Sphere.Core.Editor |
public MakeNew ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public RescaleImage ( int width, int height, InterpolationMode mode ) : void | ||
width | int | |
height | int | |
mode | InterpolationMode | |
return | void |
public ResizeImage ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |