Share via


ShapeNode.Points Property

Returns the position of the specified node as a coordinate pair. Read-only.

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

Syntax

'Declaration
ReadOnly Property Points As Object
    Get
'Usage
Dim instance As ShapeNode
Dim value As Object

value = instance.Points
Object Points { get; }

Property Value

Type: System.Object

Remarks

Each coordinate is expressed in points. Use the SetPosition(Int32, Single, Single) method to set the value of this property.

See Also

Reference

ShapeNode Interface

ShapeNode Members

Microsoft.Office.Interop.PowerPoint Namespace