Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFreeFormBuilder Interface / ConvertToShape Method


In This Topic
ConvertToShape Method
In This Topic
Creates a IShape that has the geometric characteristics of the specified IFreeFormBuilder object
Syntax
'Declaration
 
Function ConvertToShape() As IShape
 
'Usage
 
Dim instance As IFreeFormBuilder
Dim value As IShape
 
value = instance.ConvertToShape()

Return Value

A IShape object that represents the new shape.
See Also