←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.