ShapeRange.GetPolygonalRepresentation Method
Reserved for internal use.
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
- maxPointsInBuffer
Type: System.UInt32
- pPoints
Type: System.Single
- numPointsInPolygon
Type: System.UInt32
- IsOpen
Type: Microsoft.Office.Core.MsoTriState