Method function IGDIPlus.IGPGraphics.ScaleTransform(Single;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 ScaleTransform( sx : Single, sy : Single, order : TGPMatrixOrder ) : TGPGraphics;

C++ Builder:

TGPGraphics __fastcall ScaleTransform( float sx, float sy, TGPMatrixOrder order );

Visual C++ (MFC):

ScaleTransform(  sx,  sy,  order );

Summary

Sets the object's world transformation matrix equal to the product of itself and a scaling matrix.

Description

Call this method to set the object's world transformation matrix equal to the product of itself and a scaling matrix.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox