←Select platform

Transform Method

Summary
Transforms the specified point by the LeadMatrix and returns the result.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPointD Transform( 
   LeadPointD point 
) 
LeadPointD LeadMatrixTransformPoint(const LeadMatrix *matrix, LeadPointD point) 
public LeadPointD transformPoint(LeadPointD point) 
public: 
LeadPointD Transform(  
   LeadPointD point 
)  
def Transform(self,point): 

Parameters

point
The point to transform.

Return Value

The LeadPointD that results from transforming the  point by this LeadMatrix.

Remarks

This method will use the value of the current offset into the transformation.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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