GoDiagram Win Reference
CompleteFigure(Int32) Method

an index in the figure
Completes a figure by adding a line segment from the last point to the start point of the figure, if needed.
Syntax
'Declaration
 
Public Overloads Sub CompleteFigure( _
   ByVal i As Integer _
) 
public void CompleteFigure( 
   int i
)

Parameters

i
an index in the figure
Remarks
This method is different from CloseFigure(Int32) because, if needed, it inserts a point that is the same as the first point of the segment without causing the figure to be filled with a brush. CloseFigure(Int32) results in the figure being filled when painted.
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
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback