GetOffset
The GetOffset method returns this transform's translation values (also called offset values) in the specified structure.
void GetOffset (out ODPoint offset);
offset
- A point specifying the horizontal (x) and vertical (y) translation values of this transform.
DISCUSSION
The returned horizontal and vertical translation values are located in this transform's matrix; they are the first two elements of the bottom row in the matrix.
SEE ALSO
The ODPoint type (page 885).
The ODTransform::GetPreScaleOffset method (page 770).
The ODTransform::SetOffset method (page 784).