Method function IGDIPlus.IGPPen.RotateTransform(Single;TGPMatrixOrder) : TGPPen
From Mitov Wiki Doc
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: IGPPen
Contents |
Syntax
Delphi:
function RotateTransform( angle : Single, order : TGPMatrixOrder ) : TGPPen;
C++ Builder:
TGPPen __fastcall RotateTransform( float angle, TGPMatrixOrder order );
Visual C++ (MFC):
RotateTransform( angle, order );
Summary
Updates the world transformation matrix of the TGPPen object with the product of itself and a rotation matrix.
Description
Call this method to update the world transformation matrix of the TGPPen object with the product of itself and a rotation matrix.