[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapeNodes

IShapeNodes Interface

Interface IShapeNodes

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

Properties

Name Description
Count

Gets an Integer value that represents the number of objects in the collection.

this[int]

Gets the IShapeNode at the specified index.

Methods

Name Description
Delete(int)

Deletes the object.

Insert(int, SegmentType, EditingType, double, double, double, double, double, double)

Inserts a node into a freeform shape.

SetEditingType(int, EditingType)

Sets the editing type of the node specified by index. If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments.

SetPosition(int, double, double)

Sets the location of the node specified by index.

SetSegmentType(int, SegmentType)

Sets the segment type of the segment that follows the node specified by index. If the node is a control point for a curved segment, this method sets the segment type for that curve.