This document is archived and information here might be outdated. Recommended version. |
The To feature point.
[Visual Basic .NET] Public Property To As IImageFeaturePoint
[C#] public IImageFeaturePoint To {get; set;}
[C++]
HRESULT get_To(
IImageFeaturePoint** ppTo
);
[C++]
HRESULT putref_To(
IImageFeaturePoint* ppTo
);
[C++]
Parameters ppTo [out, retval]
ppTo is a parameter of type IImageFeaturePoint** ppTo [in]
ppTo is a parameter of type IImageFeaturePoint*