IXForm Interface

Provides access to members that control a transformation.

Members

Name Description
Read/write property InUnit Domain units.
Method Invert Reverses mapping, if possible.
Method IsIdentity Indicates if XForm does nothing.
Method Map Transforms input point.
Read/write property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.