Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / BuildFreeform Method / BuildFreeform(EditingType,Double,Double) Method
An EditingType value indicates the editing type of a node.
A double value indicates the x-location of a node.
A double value indicates the y-location of a node.


In This Topic
    BuildFreeform(EditingType,Double,Double) Method
    In This Topic
    Create the IFreeFormBuilder object indicates the geometry of a freeform while it's being built.
    Syntax
    'Declaration
     
    
    Public Overloads Function BuildFreeform( _
       ByVal editingType As EditingType, _
       ByVal x As Double, _
       ByVal y As Double _
    ) As IFreeFormBuilder
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim editingType As EditingType
    Dim x As Double
    Dim y As Double
    Dim value As IFreeFormBuilder
     
    value = instance.BuildFreeform(editingType, x, y)

    Parameters

    editingType
    An EditingType value indicates the editing type of a node.
    x
    A double value indicates the x-location of a node.
    y
    A double value indicates the y-location of a node.
    See Also