Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeNode Interface
Members


In This Topic
    IShapeNode Interface
    In This Topic
    Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.
    Object Model
    IShapeNode Interface
    Syntax
    'Declaration
     
    Public Interface IShapeNode 
    'Usage
     
    Dim instance As IShapeNode
    public interface IShapeNode 
    Remarks
    Nodes include the vertices between the segments of the freeform and the control points for curved segments.
    See Also