Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / CreateContour Method
The object that contains data about the Contour.

In This Topic
    CreateContour Method
    In This Topic
    Creates a new Contour and associates it with the LayoutView.
    Syntax
    'Declaration
     
    Public Function CreateContour( _
       Optional ByVal tag As System.Object _
    ) As Contour
    public Contour CreateContour( 
       System.object tag
    )

    Parameters

    tag
    The object that contains data about the Contour.

    Return Value

    The created Contour object.
    See Also