Method function IGDIPlus.IGPMatrix.RotateAt(Single;TGPPointF;TGPMatrixOrder) : TGPMatrix

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPMatrix

Contents

Syntax

Delphi:

function RotateAt( angle : Single, center : TGPPointF, order : TGPMatrixOrder ) : TGPMatrix;

C++ Builder:

TGPMatrix __fastcall RotateAt( float angle, TGPPointF center, TGPMatrixOrder order );

Visual C++ (MFC):

RotateAt(  angle,  center,  order );

Summary

Updates the matrix with the product of itself and a matrix that represents rotation about a specified point.

Description

Call this method to update the matrix with the product of itself and a matrix that represents rotation about a specified point.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox