CODTransform::Translate

Translates the matrix by horizontal and vertical offsets.

Defined in: OdTransform.cpp

Syntax

void CODTransform::Translate(int nOffsetX, int nOffsetY)

void CODTransform::Translate(float fOffsetX, float fOffsetY)

Return Value

void

Parameters

nOffsetX

The horizontal offest to move the martix.

nOffsetY

The vertical offest to move the martix.

fOffsetX

The horizontal offest to move the martix.

fOffsetY

The vertical offest to move the martix.