Method function IGDIPlus.IGPMatrix.Translate(Single;Single;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 Translate( offsetX : Single, offsetY : Single, order : TGPMatrixOrder ) : TGPMatrix;

C++ Builder:

TGPMatrix __fastcall Translate( float offsetX, float offsetY, TGPMatrixOrder order );

Visual C++ (MFC):

Translate(  offsetX,  offsetY,  order );

Summary

Updates the matrix with the product of itself and a translation matrix.

Description

Call this method to update the matrix with the product of itself and a translation matrix.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox