This document is archived and information here might be outdated. Recommended version. |
Sets the existing elements of an existing safe array to be equal to the four control points of this bezier curve.
[Visual Basic .NET] Public Sub QueryCoords ( _ ByRef controlPoints As IPoint[] _ )
[C#] public void QueryCoords ( ref IPoint[] controlPoints );
[C++]
HRESULT QueryCoords(
SAFEARRAY(IPoint)** controlPoints
);
[C++] Parameters controlPoints
controlPoints is a parameter of type SAFEARRAY(IPoint*)*