The ImageKit Edit interface exposes properties and methods for editing images.

 

Property List

 

Custom Properties Explanation
Action Refers to the type of action performed by the image editing toolbar
AirBrushSize Sets the size of the airbrush to be used. (i.e AirBrush1)
AirBrushSize1 Sets the diameter of AirBrush1
AirBrushSize2 Sets the diameter of AirBrush2
AirBrushSize3 Sets the diameter of AirBrush3
AirBrushSize4 Sets the diameter of AirBrush4
AirBrushSize5 Sets the diameter of AirBrush5
BackColor Sets the background color used by the image editing toolbar
Blur Sets the type of airbrush (whether mist or spray)
cCircle Sets the type of ellipse (for VisualBasic)
Circle Sets the type of ellipse
ClearText Sets whether or not the text in the text tool of the image editing toolbar will be reset or not
EditEnable Enables image editing
EditImageLayerNo Sets the image that will be edited
EditStatus Retreives whether or not an image has been edited
EnableEditPopupMenu Sets whether or not the edit popup menu is displayed when the right mouse button is clicked
EraserSize Sets the size of the eraser to be used. (i.e Eraser1)
EraserSize1 Sets the size of Eraser1
EraserSize2 Sets the size of Eraser2
EraserSize3 Sets the size of Eraser3
EraserSize4 Sets the size of Eraser4
EraserSize5 Sets the size of Eraser5
FillPattern Selects the fill pattern used in the image editing toolbar
FontBold Sets the font to bold
FontItalic Sets the font to italic
FontName Sets the font name
FontSize Sets the size of the font
FontStrikeOut Sets a strike through line on the font
FontTrans Sets the backcolor of the text to transparent
FontUnderline Sets an underline on the font
ForeColor Sets the foreground color used by the image editing toolbars
Handle Refers to the window handle of the image editing toolbar
ImeMode Used by the double byte character sets to control the sizes of characters that appear in text boxes
ImeName Sets the IME used when entering double byte Asian language text with the keyboard
PenSize Sets the size of pen to be used (i.e. Pen1)
PenSize1 Sets the size of Pen1
PenSize2 Sets the size of Pen2
PenSize3 Sets the size of Pen3
PenSize4 Sets the size of Pen4
PenSize5 Sets the size of Pen5
Square Sets the type of rectangle (i.e. whether square or rectangle) used by the image editing toolbar
StampBmpFile Sets the BMP file that will be used for the stamp
StampTransBlue Sets the transparent color (blue value) for the stamp
StampTransGreen Sets the transparent color (green value) for the stamp
StampTransRed Sets the transparent color (red value) for the stamp
Text Sets the text string to be drawn on the image
ToolBarCaption Sets the caption in the image editing toolbar
ToolBarCloseBox Sets a close button on the image editing toolbar
ToolBarFixed Sets the toolbar so that it cannot be moved
ToolBarLeft Sets the horizontal position where the image editing toolbar is displayed
ToolBarCursor Sets the cursor used in the image editing toolbar
ToolBarTop Sets the vertical position where the image editing toolbar is displayed
UndoRasterCountMax Sets the number of times that "Undo" can be used in the Raster Image Editing Toolbar.
UndoVectorCountMax Sets the number of times that "Undo" can be used in the Vector Image Editing Toolbar.

Differences from the ImageKit 7/8/9/10 ActiveX

Deleted Properties: cCircle
Changed Properties:
     Hwnd --> Handle
     TooBarMouseCursorFile --> TooBarCursor

 

Method List

 

Custom Methods Explanation
ClearSelect Clears the selected area. Executing this method is the same as using the edit popup menu and choosing "Clear"
Copy Copies the selected area to the clipboard. Executing this method is the same as using the edit popup menu and choosing "Copy"
CutAndCopy Cuts the selected area and copies to the clipboard. Executing this method is the same as using the edit popup menu and choosing "Cut"
Delete Delete the selected area. Executing this method is the same as using the edit popup menu and choosing "Delete"
GetArrayPointsNum Returns the number of points defining the selection area when the Select or FreeSelect tool of the image editing toolbar is used
GetArrayPointsXY Returns the coordinates of points defining the selection area when the Select or FreeSelect tool of the image editing toolbar is used
Modify Saves editing changes into the image data
MoveToBack For Vector images: Moves the selected object to the back. Executing this method is the same as using the edit popup menu in the Vector Editing Toolbar and choosing "MoveToBack"
MoveToFront For Vector images: Moves the selected object to the front. Executing this method is the same as using the edit popup menu in the Vector Editing Toolbar and choosing "MoveToFront"
Paste Pastes the copied data into the image. Executing this method is the same as using the edit popup menu and choosing "Paste"
Rotate Rotates the selected area. Executing this method is the same as using the edit popup menu and choosing "Rotate"
SelectAll Selects the entire image. Executing this method is the same as using the edit popup menu and choosing "SelectAll"
ShowPropertyDialog Displays the properties dialog for the selected object allowing the object to be edited
ShowToolBar Displays the image editing toolbar
Undo Undo the previous change. Executing this method is the same as using the edit popup menu and choosing "Undo"

Differences from the ImageKit 8/9/10 ActiveX

Changed Methods:
     Property --> ShowPropertyDialog

 

The ImageKit10 VCL is a product created by Newtone Corporation