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

Leadtools.Drawing Assembly