This document is archived and information here might be outdated. Recommended version. |
The query pixel size in a given spatial reference.
[Visual Basic .NET] Public Property PixelSize As IPoint
[C#] public IPoint PixelSize {get; set;}
[C++]
HRESULT get_PixelSize(
IPoint** ppPixelSize
);
[C++]
HRESULT putref_PixelSize(
IPoint* ppPixelSize
);
[C++] Parameters ppPixelSize [out, retval]
ppPixelSize is a parameter of type IPoint** ppPixelSize [in]
ppPixelSize is a parameter of type IPoint*