←Select platform

Transform Property

Summary

Gets the current transform.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadMatrix Transform { get; } 
Public ReadOnly Property Transform As Leadtools.LeadMatrix 
public Leadtools.LeadMatrix Transform {get;} 
@property (nonatomic,readonly) LeadMatrix transform; 
public LeadMatrix getTransform() 
 get_Transform();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly