Matrix::OffsetY method (gdiplusmatrix.h)

The Matrix::OffsetY method gets the vertical translation value of this matrix, which is the element in row 3, column 2.

Syntax

REAL OffsetY();

Return value

Type: REAL

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

Requirements

Requirement Value
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::OffsetX

Matrix::Translate

Transformations