transformPoint Method

Summary

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

Syntax
TypeScript
JavaScript
LeadMatrix.prototype.transformPoint = function( 
   point 
) 
transformPoint( 
   point: LeadPointD 
): LeadPointD; 

Parameters

point

The point to transform.

Return Value

The LeadPointD by this LeadMatrix.

Remarks

This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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