IZShift Interface

Provides access to a limited 3D awareness for a 2D affine transformation.

Members

Name Description
Method GetZShift The shift in the Z direction.
Method PutZShift The shift in the Z direction.

IZShift.GetZShift Method

The shift in the Z direction.

Public Sub GetZShift ( _
    ByRef zOrigin As Double, _
    ByRef zOffset As Double _
)
public void GetZShift (
    ref double zOrigin,
    ref double zOffset
);

IZShift.PutZShift Method

The shift in the Z direction.

Public Sub PutZShift ( _
    ByVal zOrigin As Double, _
    ByVal zOffset As Double _
)
public void PutZShift (
    double zOrigin,
    double zOffset
);

Classes that implement IZShift

Classes Description
AffineTransformation2D A two dimensional affine transformation.

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