GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ IsSegmentIndex Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsSegmentIndex Method
In This Topic
This predicate is true when the given index is the start of a segment of this shape.
Syntax
C#
public
bool
IsSegmentIndex(
int
idx
)
Parameters
idx
Return Value
true unless the
idx
refers to the second or third points of a Bezier
GoDrawingAction.CurveTo
(open or closed) -- we cannot break up a curve.
See Also
Reference
GoDrawing Class
GoDrawing Members