BinaryEdit, GraticuleClear, GraticuleEdit, GraticuleEditEx, ImageEdit, ImageEditEx
This function runs the Binary > Mask > Clear Mask command.
Description
GraticuleClear();
Description
GraticuleEditEx( intEditStyle
, intEditFG
, intEditBrush
, intEditNumber
);
Draws the graticule mask.
Parameters
EditStyle
Drawing mode.
Draw by hand. | |
Draw continuous line. | |
Draw polygon. | |
Draw filled polygon. | |
Draw subsequent lines. | |
Fill an enclosed shape | |
Draw circle. | |
Draw filled circle. | |
Draw rectangle. | |
Draw filled rectangle. | |
Draw ellipse. | |
Draw filled ellipse. | |
Rose mode. | |
Marking mode. Note, that in this mode the thickness of the brush (==EditBrush parameter) defines marker type. | |
Connecting mode. | |
Cross lines. | |
Accepted area mode. | |
Bezier closed curve. | |
Bezier filled closed curve. | |
Threshold | |
Auto Detect Hollow | |
Auto Detect Fill | |
Select Objects | |
Circle 3 Pts. Hollow | |
Circle 3 Pts. Fill |
EditBrush
Thickness of a brush/pen. Note, that in marking mode (EditStyle==13) the thickness of the brush defines marker type.
1 pixel. In marking mode (EditStyle==13), it is marker #1. | |
1 pixel. In marking mode (EditStyle==13), it is marker #1. | |
2 pixels. In marking mode (EditStyle==13), it is marker #2. | |
3 pixels. In marking mode (EditStyle==13), it is marker #3. | |
4 pixels. In marking mode (EditStyle==13), it is marker #4. | |
5 pixels. In marking mode (EditStyle==13), it is marker #5. | |
6 pixels. In marking mode (EditStyle==13), it is marker #6. | |
7 pixels. In marking mode (EditStyle==13), it is marker #7. | |
8 pixels. In marking mode (EditStyle==13), it is marker #8. | |
9 pixels. In marking mode (EditStyle==13), it is marker #9. |
See Also
GraticuleEdit
This function runs the Binary > Binary Editor command.
Description
ImageEdit();
This function displays the Tool window and allows binary image editing.
See Also
MaskEdit, ImageEditEx
Description
ImageEditEx( intEditStyle
, intEditFG
, intEditBrush
, intEditNumber
);
This function edits the binary image in a predefined mode.
Parameters
EditStyle
Drawing mode.
Draw by hand. | |
Draw continuous line. | |
Draw polygon. | |
Draw filled polygon. | |
Draw subsequent lines. | |
Fill an enclosed shape | |
Draw circle. | |
Draw filled circle. | |
Draw rectangle. | |
Draw filled rectangle. | |
Draw ellipse. | |
Draw filled ellipse. | |
Rose mode. | |
Marking mode. Note, that in this mode the thickness of the brush (==EditBrush parameter) defines marker type. | |
Connecting mode. | |
Cross lines. | |
Accepted area mode. | |
Bezier closed curve. | |
Bezier filled closed curve. | |
Threshold | |
Auto Detect Hollow | |
Auto Detect Fill | |
Select Objects | |
Circle 3 Pts. Hollow | |
Circle 3 Pts. Fill |
EditBrush
Thickness of a brush/pen. Note, that in marking mode (EditStyle==13) the thickness of the brush defines marker type.
1 pixel. In marking mode (EditStyle==13), it is marker #1. | |
1 pixel. In marking mode (EditStyle==13), it is marker #1. | |
2 pixels. In marking mode (EditStyle==13), it is marker #2. | |
3 pixels. In marking mode (EditStyle==13), it is marker #3. | |
4 pixels. In marking mode (EditStyle==13), it is marker #4. | |
5 pixels. In marking mode (EditStyle==13), it is marker #5. | |
6 pixels. In marking mode (EditStyle==13), it is marker #6. | |
7 pixels. In marking mode (EditStyle==13), it is marker #7. | |
8 pixels. In marking mode (EditStyle==13), it is marker #8. | |
9 pixels. In marking mode (EditStyle==13), it is marker #9. |
See Also
ImageEdit, MaskEdit, DefineGraticuleMask