Table of Contents

Enum SegmentType

Namespace
Northwoods.Go
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for Type.

public enum SegmentType

Fields

Arc = 4

For drawing an arc segment.

Bezier = 2

For drawing a cubic bezier segment.

Line = 1

For drawing a straight line segment.

Move = 0

For beginning a new subpath.

QuadraticBezier = 3

For drawing a quadratic bezier segment.

SvgArc = 5

For drawing an SVG arc segment.

See: SVG Arc specification (w3.org)