This document is archived and information here might be outdated. Recommended version. |
Copies this Bezier curve's control points into the array of 4 existing point structures.
[Visual Basic .NET] Public Sub QueryWKSCoords ( _ ByRef controlPoints As WKSPoint _ )
[C#] public void QueryWKSCoords ( ref WKSPoint controlPoints );
[C++]
HRESULT QueryWKSCoords(
WKSPoint* controlPoints
);
[C++] Parameters controlPoints [out]
controlPoints is a parameter of type WKSPoint*