←Select platform

Transform Method

Summary

Transforms the specified point by the LeadMatrix and returns the result.

Syntax
C#
VB
Objective-C
C++
Java
public LeadPointD Transform( 
   LeadPointD point 
) 
Public Function Transform( _ 
   ByVal point As LeadPointD _ 
) As LeadPointD 
LeadPointD LeadMatrixTransformPoint(const LeadMatrix *matrix, LeadPointD point) 
public LeadPointD transformPoint(LeadPointD point) 
public: 
LeadPointD Transform(  
   LeadPointD 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly