3 references to GdipRotateMatrix
System.Drawing (3)
commonui\System\Drawing\Advanced\Matrix.cs (3)
345
int status = SafeNativeMethods.Gdip.
GdipRotateMatrix
(new HandleRef(this, nativeMatrix), angle, order);
376
status |= SafeNativeMethods.Gdip.
GdipRotateMatrix
(new HandleRef(this, nativeMatrix), angle, order);
381
status |= SafeNativeMethods.Gdip.
GdipRotateMatrix
(new HandleRef(this, nativeMatrix), angle, order);