[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IFreeFormBuilder

IFreeFormBuilder Interface

Represents the geometry of a freeform while it's being built.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IFreeFormBuilder
Public Interface IFreeFormBuilder

Methods

Name Description
AddNodes(SegmentType, EditingType, double, double, double, double, double, double)

Adds a point in the current shape, and then draws a line from the current node to the last node that was added.

ConvertToShape()

Creates a IShape that has the geometric characteristics of the specified IFreeFormBuilder object