This document is archived and information here might be outdated. Recommended version. |
Transforms a cellsize in a given direction.
[Visual Basic .NET] Public Sub TransformCellsize ( _ ByVal Direction As esriTransformDirection, _ ByRef dx As Double, _ ByRef dy As Double, _ ByVal AreaOfInterest As IEnvelope _ )
[C#] public void TransformCellsize ( esriTransformDirection Direction, ref double dx, ref double dy, ref IEnvelope AreaOfInterest );
[C++]
HRESULT TransformCellsize(
esriTransformDirection Direction,
System.Double* dx,
System.Double* dy,
IEnvelope* AreaOfInterest
);
[C++] Parameters Direction [in]
Direction is a parameter of type esriTransformDirection dx [in, out]
dx is a parameter of type double* dy [in, out]
dy is a parameter of type double* AreaOfInterest [in]
AreaOfInterest is a parameter of type IEnvelope*