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