Click or drag to resize

mcGraphObjWhichEnd Enumeration

Used to select the end affected by McGraphObj.LineEnding.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcGraphObjWhichEnd
Members
  Member nameValueDescription
mcgweNone0Both ends are normal.
mcgweStart1Beginning of line has a symbol attached.
mcgweEnd2End of line has a symbol attached.
mcgweBoth3
mcgweGetScaling16Or this into either mcgweStart or mcgweEnd whenaccessing McGraphObj.LineEnding to get the scaling and aspect ratio factor in addtion to the line ending code. If this bit is not present then
See Also