[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutView.CreateContour

CreateContour Method

CreateContour(object)

Creates a new Contour and associates it with the LayoutView.

Declaration
public Contour CreateContour(object tag = null)
Public Function CreateContour(Optional tag As Object = Nothing) As Contour
Parameters
Type Name Description
object tag

The object that contains data about the Contour.

Returns
Type Description
Contour

The created Contour object.