This document is archived and information here might be outdated. Recommended version. |
The film principal point.
[Visual Basic .NET] Public Property PrincipalPoint As IPoint
[C#] public IPoint PrincipalPoint {get; set;}
[C++]
HRESULT get_PrincipalPoint(
IPoint** pp
);
[C++]
HRESULT putref_PrincipalPoint(
IPoint* pp
);
[C++] Parameters pp [out, retval]
pp is a parameter of type IPoint** pp [in]
pp is a parameter of type IPoint*