Enum SegmentType

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies possible values for Type.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum SegmentType

Fields

Name Description
Arc

For drawing an arc segment.

Bezier

For drawing a cubic bezier segment.

Line

For drawing a straight line segment.

Move

For beginning a new subpath.

QuadraticBezier

For drawing a quadratic bezier segment.

SvgArc

For drawing an SVG arc segment.

See: SVG Arc specification (w3.org)