←Select platform

Transform Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPointD Transform( 
   LeadPointD point 
) 
Public Function Transform( _ 
   ByVal point As Leadtools.LeadPointD _ 
) As Leadtools.LeadPointD 
LeadPointD LeadMatrixTransformPoint(const LeadMatrix *matrix, LeadPointD point) 
public LeadPointD transformPoint(LeadPointD point) 
 function Leadtools.LeadMatrix.Transform(  
   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. To transform a point without offset (as a vector), use TransformVector.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly