This document is archived and information here might be outdated. Recommended version. |
The sensor position.
[Visual Basic .NET] Public Property PerspectiveCenter As IPoint
[C#] public IPoint PerspectiveCenter {get; set;}
[C++]
HRESULT get_PerspectiveCenter(
IPoint** sp
);
[C++]
HRESULT putref_PerspectiveCenter(
IPoint* sp
);
[C++] Parameters sp [out, retval]
sp is a parameter of type IPoint** sp [in]
sp is a parameter of type IPoint*