ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.DefineFromEnvelopes Method

Defines a transformation that maps a point relative to one envelope to a similar position relative to another envelope.

[Visual Basic .NET]
Public Sub DefineFromEnvelopes ( _
    ByVal from As IEnvelope, _
    ByVal to As IEnvelope _
)
[C#]
public void DefineFromEnvelopes (
    IEnvelope from,
    IEnvelope to
);
[C++]
HRESULT DefineFromEnvelopes(
  IEnvelope* from,
  IEnvelope* to
);
[C++]

Parameters

from

  from is a parameter of type IEnvelope

to

  to is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAffineTransformation2D3GEN Interface