ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityPolylineEx Class / SetContour Method
Number of the active contour being set.




In This Topic
    SetContour Method
    In This Topic
    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