Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Transform Method (LeadMatrix)








The point to transform.
Transforms the specified point by the LeadMatrix and returns the result.
Syntax
public LeadPointD Transform( 
   LeadPointD point
)
'Declaration
 
Public Function Transform( _
   ByVal point As LeadPointD _
) As LeadPointD
'Usage
 
Dim instance As LeadMatrix
Dim point As LeadPointD
Dim value As LeadPointD
 
value = instance.Transform(point)
public LeadPointD Transform( 
   LeadPointD point
)
LeadPointD LeadMatrixTransformPoint(const LeadMatrix *matrix, LeadPointD point)
public LeadPointD transformPoint(LeadPointD point)
 function Leadtools.LeadMatrix.Transform( 
   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. To transform a point without offset (as a vector), use TransformVector.

Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

Error processing SSI file