Click or drag to resize

mcOverlayTool Enumeration

Defines overlay tools.

Namespace:  MediaCy.Commands.LineProfile
Assembly:  MediaCy.Commands.LineProfile (in MediaCy.Commands.LineProfile.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcOverlayTool
Members
  Member nameValueDescription
mcotNone-1 None - tool not selected.
mcotEdit0 Select/edit profile tool.
mcotLine1 Draw line profile.
mcotPolyline2 Draw polyline profile.
mcotRect3 Draw rectangle profile.
mcotPolygon4 Draw polygon profile.
mcotEllipse5 Draw ellipse profile.
mcotCircle6 Draw circle profile.
mcotManualPeaks7 Add/remove peaks.
mcotManualValleys8 Add/remove valleys.
mcotManualRising9 Add/remove rising.
mcotManualFalling10 Add/remove falling.
mcotManualPatternA11 Add/remove pattern A.
mcotManualPatternB12 Add/remove pattern B.
mcotPolylineAutoTracing13 Draw auto tracing polyline profile.
mcotPolygonAutoTracing14 Draw auto tracing polygon profile.
mcotEdgesSelect15 Edges select tool.
mcotManualReference16 Add/remove reference markers.
Remarks