[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IShapeNode

IShapeNode Interface

Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.

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

Nodes include the vertices between the segments of the freeform and the control points for curved segments.

Properties

Name Description
EditingType

Gets the value that indicates how changes made to the node affect the two segments connected to the node.

Points

Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.

SegmentType

Gets the value that indicates whether the segment associated with the specified node is straight or curved.