Graphics::GetTransform-Methode (gdiplusgraphics.h)

Die Graphics::GetTransform-Methode ruft die Welttransformationsmatrix dieses Graphics-Objekts ab.

Syntax

Status GetTransform(
  [out] Matrix *matrix
);

Parameter

[out] matrix

Typ: Matrix*

Zeiger auf ein Matrix-Objekt , das die Transformationsmatrix empfängt.

Rückgabewert

Typ: Status

Wenn die Methode erfolgreich ist, gibt sie OK zurück, ein Element der Status-Enumeration .

Wenn die Methode fehlschlägt, gibt sie eines der anderen Elemente der Status-Enumeration zurück.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP, Windows 2000 Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [nur Desktop-Apps]
Zielplattform Windows
Kopfzeile gdiplusgraphics.h (include Gdiplus.h)
Bibliothek Gdiplus.lib
DLL Gdiplus.dll

Weitere Informationen

Koordinatensysteme und Transformationen

Grafiken

Graphics::MultiplyTransform

Grafiken::ResetTransform

Grafiken::RotateTransform

Grafik::ScaleTransform

Graphics::SetTransform

Grafiken::TransformPoints

Graphics::TranslateTransform

Matrix

Matrixorder

Transformationen