This document is archived and information here might be outdated. Recommended version. |
The pxiel size in its native units.
[Visual Basic .NET] Public Sub GetPixelSize ( _ ByRef pDx As Double, _ ByRef pDy As Double _ )
[C#] public void GetPixelSize ( ref double pDx, ref double pDy );
[C++]
HRESULT GetPixelSize(
System.Double* pDx,
System.Double* pDy
);
[C++]
Parameters pDx [out]
pDx is a parameter of type double* pDy [out]
pDy is a parameter of type double*