GraphicsPathEntryType Enumeration

The type of element inside a GraphicsPath.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public enum EntryType
Members
  Member name Value Description
NoOp 0 No operation.
Move 1 Move to a point starting a new subpath.
Line 2 Draw a line from the current point to a new point.
Curve 3 Draw a Bezier curve from the current point to a final point, using two intermediate points as controls.
CloseSubpath 4 Close the current subpath.
See Also