This predicate determines if the figure containing the given index is closed.
'Declaration
Public Function IsClosedFigure( _
ByVal As Integer _
) As Boolean
public bool IsClosedFigure(
int
)
Parameters
- i
- An index contained in the figure to be determined closed or not. If less than zero, it will be set to zero. If beyond the end of the array, it will be set to the last index.
Return Value
true if the figure containing the index is closed. false if the figure containing the index is open, or if there are no points.
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