ExpPointerPoint.GetIntermediatePoints(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static IVector<ExpPointerPoint ^> ^ GetIntermediatePoints(unsigned int pointerId);
static IVector<ExpPointerPoint> GetIntermediatePoints(uint32_t const& pointerId);
public static IList<ExpPointerPoint> GetIntermediatePoints(uint pointerId);
function getIntermediatePoints(pointerId)
Public Shared Function GetIntermediatePoints (pointerId As UInteger) As IList(Of ExpPointerPoint)
Parameters
- pointerId
-
UInt32
unsigned int
uint32_t