This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageView Interface > IImageView.GetPixelSize Method (ArcObjects .NET 10.5 SDK) |
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(
double* pDx,
double* pDy
);
[C++]
Parameters pDx [out] pDx is a parameter of type double pDy [out] pDy is a parameter of type double