←Select platform

Transform Property

Summary

Gets the current transform.

Syntax
C#
VB
Objective-C
C++
Java
public LeadMatrix Transform { get; } 
Public ReadOnly Property Transform As LeadMatrix 
@property (nonatomic,readonly) LeadMatrix transform; 
public LeadMatrix getTransform() 
public:  
   property LeadMatrix^ Transform 
   { 
      LeadMatrix^ get() 
   } 

Property Value

The current transform. The default value is the identity matrix.

Remarks

Use UpdateTransform to update the mapper transform.

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.Annotations.Engine Assembly