GoDiagram Web Reference
RemoveSegment Method

a valid insertion index greater than zero
Remove the action at the given index.
Syntax
'Declaration
 
Public Sub RemoveSegment( _
   ByVal idx As Integer _
) 
public void RemoveSegment( 
   int idx
)

Parameters

idx
a valid insertion index greater than zero
Remarks
This will remove the action and point for the index idx. If the action is a CurveTo (open or closed), this will remove the three points of this Bezier curve segment. This method does not simply remove a StartAt action, causing two figures to be combined--call JoinFigure to do that.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback