ShapeNode Interface

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

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493487-5A91-11CF-8700-00AA0060263B")> _
Public Interface ShapeNode
'Usage
Dim instance As ShapeNode
[GuidAttribute("91493487-5A91-11CF-8700-00AA0060263B")]
public interface ShapeNode

Remarks

Nodes include the vertices between the segments of the freeform and the control points for curved segments. The ShapeNode object is a member of the ShapeNodes collection. The ShapeNodes collection contains all the nodes in a freeform.

See Also

Reference

ShapeNode Members

Microsoft.Office.Interop.PowerPoint Namespace