←Select platform

Transformer Constructor(Matrix)

Summary

Creates a new instance of the Transformer class with specific settings.

Syntax
C#
VB
C++
public Transformer( 
   Matrix transform 
) 
Public Function New( _ 
   ByVal transform As Matrix _ 
) 
public: 
Transformer(  
   Matrix^ transform 
) 

Parameters

transform
The transformation matrix for this Transformer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly