Method function IGDIPlus.IGPMatrix.SetElements(Single;Single;Single;Single;Single;Single) : 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 SetElements( m11 : Single, m12 : Single, m21 : Single, m22 : Single, dx : Single, dy : Single ) : TGPMatrix;

C++ Builder:

TGPMatrix __fastcall SetElements( float m11, float m12, float m21, float m22, float dx, float dy );

Visual C++ (MFC):

SetElements(  m11,  m12,  m21,  m22,  dx,  dy );

Summary

Sets the elements of the matrix.

Description

Call this method to set the elements of the matrix.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox