Method function IGDIPlus.IGPMatrix.Shear(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 Shear( shearX : Single, shearY : Single, order : TGPMatrixOrder ) : TGPMatrix;

C++ Builder:

TGPMatrix __fastcall Shear( float shearX, float shearY, TGPMatrixOrder order );

Visual C++ (MFC):

Shear(  shearX,  shearY,  order );

Summary

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

Description

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox