This document is archived and information here might be outdated. Recommended version. |
Defines a transformation that maps a point relative to one envelope to a similar position relative to another envelope.
[Visual Basic .NET] Public Sub DefineFromEnvelopesEx ( _ ByVal from As IEnvelope, _ ByVal to As IEnvelope, _ ByVal outFrom As IEnvelope, _ ByVal assumeFalseOrigin As Boolean, _ ByVal keepAspect As Boolean, _ ByVal flipIt As Boolean _ )
[C#] public void DefineFromEnvelopesEx ( IEnvelope from, IEnvelope to, IEnvelope outFrom, bool assumeFalseOrigin, bool keepAspect, bool flipIt );
[C++]
HRESULT DefineFromEnvelopesEx(
IEnvelope* from,
IEnvelope* to,
IEnvelope* outFrom,
VARIANT_BOOL assumeFalseOrigin,
VARIANT_BOOL keepAspect,
VARIANT_BOOL flipIt
);
[C++] Parameters from
from is a parameter of type IEnvelope* to
to is a parameter of type IEnvelope* outFrom
outFrom is a parameter of type IEnvelope* assumeFalseOrigin
assumeFalseOrigin is a parameter of type bool keepAspect
keepAspect is a parameter of type bool flipIt
flipIt is a parameter of type bool