Method function IGDIPlus.IGPGraphics.RotateTransform(Single;TGPMatrixOrder) : TGPGraphics

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: IGPGraphics

Contents

Syntax

Delphi:

function RotateTransform( angle : Single, order : TGPMatrixOrder ) : TGPGraphics;

C++ Builder:

TGPGraphics __fastcall RotateTransform( float angle, TGPMatrixOrder order );

Visual C++ (MFC):

RotateTransform(  angle,  order );

Summary

Updates the world transformation matrix of the object with the product of itself and a rotation matrix.

Description

Call this method to update the world transformation matrix of the object with the product of itself and a rotation matrix.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox