GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ JoinFigure Method
the zero-based index of a point
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
JoinFigure Method
In This Topic
Remove the
GoDrawingAction.StartAt
action that begins the figure at point
idx
, causing the figure to become part of the previous figure.
Syntax
C#
public
void
JoinFigure(
int
idx
)
Parameters
idx
the zero-based index of a point
Remarks
This method does nothing if the figure is the first one in this shape. This method will iterate idx backward until it reaches a StartAt.
See Also
Reference
GoDrawing Class
GoDrawing Members
RemoveSegment Method