This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelReader2 Interface > IPixelReader2.Snap2 Method (ArcObjects .NET 10.5 SDK) |
Snaps a given cellsize to a proper pyramid level.
[Visual Basic .NET] Public Function Snap2 ( _ ByVal Dx As Double, _ ByVal Dy As Double, _ ByVal hint As esriRasterResamplingHint _ ) As Integer
[C#] public int Snap2 ( double Dx, double Dy, esriRasterResamplingHint hint );
[C++]
HRESULT Snap2(
double Dx,
double Dy,
esriRasterResamplingHint hint,
long* pLevel
);
[C++]
Parameters Dx [in] Dx is a parameter of type double Dy [in] Dy is a parameter of type double hint [in]
hint is a parameter of type esriRasterResamplingHint pLevel [out, retval] pLevel is a parameter of type long