Method | Description | |
---|---|---|
Activate ( ) : void | ||
Deactivate ( ) : void | ||
GetImages ( short tileWidth, short tileHeight ) : System.Drawing.Bitmap[] |
Cuts up and returns a list of sub-images.
|
|
ImageEditView ( ) : System | ||
Load ( string path ) : void | ||
NewDocument ( ) : bool | ||
Redo ( ) : void | ||
Rescale ( int width, int height, InterpolationMode mode ) : void | ||
Resize ( int width, int height ) : void | ||
Save ( string path ) : void | ||
SetImage ( Bitmap image ) : void | ||
SetScale ( int width, int height, InterpolationMode mode ) : void |
Sets the new scale of the image.
|
|
SetSize ( int width, int height ) : void |
Sets the new size of the image.
|
|
Undo ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AlphaTracker_Scroll ( object sender, |
||
AlphaTracker_ValueChanged ( object sender, |
||
ColorUpdated ( object sender, |
||
FillButton_Click ( object sender, |
||
ImageEditor_ColorChanged ( object sender, |
||
ImageEditor_ImageChanged ( object sender, |
||
ImageEditor_Paint ( object sender, PaintEventArgs e ) : void | ||
ImagePanel_Resize ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InitializeDocking ( ) : void | ||
LineButton_Click ( object sender, |
||
MirrorButton_Click ( object sender, |
||
MirrorHButton_Click ( object sender, |
||
OutlineButton_Click ( object sender, |
||
PanButton_Click ( object sender, |
||
PencilButton_Click ( object sender, |
||
RectangleButton_Click ( object sender, |
||
RedoButton_Click ( object sender, |
||
ShowGridButton_Click ( object sender, EventArgs e ) : void | ||
UndoButton_Click ( object sender, EventArgs e ) : void | ||
UnselectButtons ( ) : void | ||
box_MouseClick ( object sender, MouseEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetImages ( short tileWidth, short tileHeight ) : System.Drawing.Bitmap[] | ||
tileWidth | short | Width of sub-image. |
tileHeight | short | Height of sub-image. |
return | System.Drawing.Bitmap[] |
public Rescale ( int width, int height, InterpolationMode mode ) : void | ||
width | int | |
height | int | |
mode | InterpolationMode | |
return | void |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public SetScale ( int width, int height, InterpolationMode mode ) : void | ||
width | int | |
height | int | |
mode | InterpolationMode | |
return | void |
public SetSize ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |