GoDiagram Web Reference
IsSegmentIndex Method

This predicate is true when the given index is the start of a segment of this shape.
Syntax
'Declaration
 
Public Function IsSegmentIndex( _
   ByVal idx As Integer _
) As Boolean
public bool IsSegmentIndex( 
   int idx
)

Parameters

idx

Return Value

true unless the idx refers to the second or third points of a Bezier CurveTo (open or closed) -- we cannot break up a curve.
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