This document is archived and information here might be outdated. Recommended version. |
Finds inflection point; sets it empty if none exists.
[Visual Basic .NET] Public Sub QueryInflectionPoint ( _ ByVal inflectionPoint As IPoint _ )
[C#] public void QueryInflectionPoint ( IPoint inflectionPoint );
[C++]
HRESULT QueryInflectionPoint(
IPoint* inflectionPoint
);
[C++] Parameters inflectionPoint
inflectionPoint is a parameter of type IPoint*