Matrix::OffsetX method (gdiplusmatrix.h)

The Matrix::OffsetX method gets the horizontal translation value of this matrix, which is the element in row 3, column 1.

Syntax

REAL OffsetX();

Return value

Type: REAL

This method returns the horizontal translation value of this matrix, which is the element in row 3, column 1.

Requirements

   
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdiplusmatrix.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Global and Local Transformations

Matrix

Matrix Representation of Transformations

Matrix::OffsetY

Matrix::Translate

Transformations