ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

#include <gdiplusmatrix.h>

Inherits GdiplusBase.

Public Member Functions

 Matrix (const RectF &rect, const PointF *dstplg)
 Matrix (const Rect &rect, const Point *dstplg)
 Matrix (VOID)
 Matrix (REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy)
MatrixClone (VOID)
Status GetElements (REAL *m) const
Status GetLastStatus (VOID)
Status Invert (VOID)
BOOL IsIdentity (VOID)
BOOL IsInvertible (VOID)
Status Multiply (const Matrix *matrix, MatrixOrder order)
REAL OffsetX (VOID)
REAL OffsetY (VOID)
Status Reset (VOID)
Status Rotate (REAL angle, MatrixOrder order)
Status RotateAt (REAL angle, const PointF &center, MatrixOrder order)
Status Scale (REAL scaleX, REAL scaleY, MatrixOrder order)
Status SetElements (REAL m11, REAL m12, REAL m21, REAL m22, REAL dx, REAL dy)
Status Shear (REAL shearX, REAL shearY, REAL order)
Status TransformPoints (Point *pts, INT count)
Status TransformPoints (PointF *pts, INT count)
Status TransformVectors (Point *pts, INT count)
Status TransformVectors (PointF *pts, INT count)
Status Translate (REAL offsetX, REAL offsetY, REAL order)

Static Public Member Functions

static BOOL Equals (const Matrix *matrix)

Detailed Description

Definition at line 22 of file gdiplusmatrix.h.


The documentation for this class was generated from the following file:

Generated on Sat May 26 2012 06:29:25 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.