Provides access to members that control a transformation.
Members
| Name | Description | |
|---|---|---|
|  | InUnit | Domain units. | 
|  | Invert | Reverses mapping, if possible. | 
|  | IsIdentity | Indicates if XForm does nothing. | 
|  | Map | Transforms input point. | 
|  | OutUnit | Range units. | 
IXForm.InUnit Property
Domain units.
Public Property InUnit As esriSRUnitType
public esriSRUnitType InUnit {get; set;}
IXForm.Invert Method
Reverses mapping, if possible.
Public Function Invert ( _
    ByVal y As IPnt _
) As IPnt
public IPnt Invert (
    IPnt y
);
IXForm.IsIdentity Method
Indicates if XForm does nothing.
Public Function IsIdentity ( _
) As Integer
public int IsIdentity (
);
IXForm.Map Method
Transforms input point.
Public Function Map ( _
    ByVal x As IPnt _
) As IPnt
public IPnt Map (
    IPnt x
);
IXForm.OutUnit Property
Range units.
Public Property OutUnit As esriSRUnitType
public esriSRUnitType OutUnit {get; set;}
Classes that implement IXForm
| Classes | Description | 
|---|