←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly