GoDiagram Web Reference
JoinFigure Method

the zero-based index of a point
Remove the StartAt action that begins the figure at point idx, causing the figure to become part of the previous figure.
Syntax
'Declaration
 
Public Sub JoinFigure( _
   ByVal idx As Integer _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDrawing Class
GoDrawing Members
RemoveSegment Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback