mcOverlayTool Enumeration
|
|
Defines overlay tools.
Namespace:
MediaCy.Commands.LineProfile
Assembly:
MediaCy.Commands.LineProfile (in MediaCy.Commands.LineProfile.dll) Version: 3.1.0.0
SyntaxPublic Enumeration mcOverlayTool
Members
| Member name | Value | Description |
---|
| mcotNone | -1 |
None - tool not selected.
|
| mcotEdit | 0 |
Select/edit profile tool.
|
| mcotLine | 1 |
Draw line profile.
|
| mcotPolyline | 2 |
Draw polyline profile.
|
| mcotRect | 3 |
Draw rectangle profile.
|
| mcotPolygon | 4 |
Draw polygon profile.
|
| mcotEllipse | 5 |
Draw ellipse profile.
|
| mcotCircle | 6 |
Draw circle profile.
|
| mcotManualPeaks | 7 |
Add/remove peaks.
|
| mcotManualValleys | 8 |
Add/remove valleys.
|
| mcotManualRising | 9 |
Add/remove rising.
|
| mcotManualFalling | 10 |
Add/remove falling.
|
| mcotManualPatternA | 11 |
Add/remove pattern A.
|
| mcotManualPatternB | 12 |
Add/remove pattern B.
|
| mcotPolylineAutoTracing | 13 |
Draw auto tracing polyline profile.
|
| mcotPolygonAutoTracing | 14 |
Draw auto tracing polygon profile.
|
| mcotEdgesSelect | 15 |
Edges select tool.
|
| mcotManualReference | 16 |
Add/remove reference markers.
|
Remarks
See Also