ImageGear .NET v24.12 - Updated
SetContour Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityPolylineEx Class : SetContour Method
Number of the active contour being set.
Sets the number of the active contour.
Syntax
'Declaration
 
Public Sub SetContour( _
   ByVal contour As Integer _
) 
'Usage
 
Dim instance As ImGearVectorEntityPolylineEx
Dim contour As Integer
 
instance.SetContour(contour)
public void SetContour( 
   int contour
)
public: void SetContour( 
   int contour
) 
public:
void SetContour( 
   int contour
) 

Parameters

contour
Number of the active contour being set.
See Also

Reference

ImGearVectorEntityPolylineEx Class
ImGearVectorEntityPolylineEx Members