Share via


ShapeRange.GetPolygonalRepresentation Method

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

Syntax

'Declaration
Sub GetPolygonalRepresentation ( _
    maxPointsInBuffer As UInteger, _
    ByRef pPoints As Single, _
    <OutAttribute> ByRef numPointsInPolygon As UInteger, _
    <OutAttribute> ByRef IsOpen As MsoTriState _
)
'Usage
Dim instance As ShapeRange
Dim maxPointsInBuffer As UInteger
Dim pPoints As Single
Dim numPointsInPolygon As UInteger
Dim IsOpen As MsoTriState

instance.GetPolygonalRepresentation(maxPointsInBuffer, _
    pPoints, numPointsInPolygon, IsOpen)
void GetPolygonalRepresentation(
    uint maxPointsInBuffer,
    ref float pPoints,
    out uint numPointsInPolygon,
    out MsoTriState IsOpen
)

Parameters

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.PowerPoint Namespace