This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServiceInfo Interface > IImageServiceInfo.GetPixelSize Method (ArcObjects .NET 10.4 SDK) |
Gets the pxiel size of the image service, 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