←Select platform

UpdateTransform Method

Summary

Updates the transformation matrix used by this mapper.

Syntax
C#
VB
Objective-C
C++
Java
public void UpdateTransform( 
   LeadMatrix transform 
) 
Public Sub UpdateTransform( _ 
   ByVal transform As LeadMatrix _ 
)  
-(void) updateTransForm:(LeadMatrix)aTransform; 
public void updateTransform(LeadMatrix transform) 
public:  
   void UpdateTransform( 
      LeadMatrix^ transform 
   ) 

Parameters

transform
The new transform matrix.

Remarks

This method will set transform into 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