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
SyntaxPublic Enumeration mcGraphObjWhichEnd
Members
| Member name | Value | Description |
---|
| mcgweNone | 0 | Both ends are normal. |
| mcgweStart | 1 | Beginning of line has a symbol attached. |
| mcgweEnd | 2 | End of line has a symbol attached. |
| mcgweBoth | 3 | |
| mcgweGetScaling | 16 | Or 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