←Select platform

Transform Property

Summary

Gets and sets the transformation matrix for this Transformer.

Syntax
C#
VB
C++
public Matrix Transform { get; set; } 
Public Property Transform As Matrix 
public: 
property Matrix^ Transform { 
   Matrix^ get(); 
   void set (    Matrix^ ); 
} 

Property Value

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