←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 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.