Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / BuildFreeform Method
The editing property of the first node.
The initial horizontal position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet.
The initial vertical position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet.


In This Topic
BuildFreeform Method (IShapes)
In This Topic
Builds a freeform object. Returns a IFreeFormBuilder object that represents the freeform as it is being built.
Syntax
'Declaration
 
Function BuildFreeform( _
   ByVal editingType As EditingType, _
   ByVal x As Double, _
   ByVal y As Double _
) As IFreeFormBuilder
 
'Usage
 
Dim instance As IShapes
Dim editingType As EditingType
Dim x As Double
Dim y As Double
Dim value As IFreeFormBuilder
 
value = instance.BuildFreeform(editingType, x, y)

Parameters

editingType
The editing property of the first node.
x
The initial horizontal position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet.
y
The initial vertical position of the shape, in pixels, relative to the upper-left corner of cell A1 on a worksheet.
See Also