Method function IGDIPlus.IGPMatrix.Scale(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 Scale( scaleX : Single, scaleY : Single, order : TGPMatrixOrder ) : TGPMatrix;

C++ Builder:

TGPMatrix __fastcall Scale( float scaleX, float scaleY, TGPMatrixOrder order );

Visual C++ (MFC):

Scale(  scaleX,  scaleY,  order );

Summary

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

Description

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox