C#
VB
Java
Objective-C
WinRT C#
C++
Transforms the specified point by the LeadMatrix and returns the result.
public LeadPointD Transform(
LeadPointD point
)
Public Function Transform( _
ByVal point As Leadtools.LeadPointD _
) As Leadtools.LeadPointD
public Leadtools.LeadPointD Transform(
Leadtools.LeadPointD point
)
LeadPointD LeadMatrixTransformPoint(const LeadMatrix *matrix, LeadPointD point)
public LeadPointD transformPoint(LeadPointD point)
function Leadtools.LeadMatrix.Transform(
point
)
public:
Leadtools.LeadPointD Transform(
Leadtools.LeadPointD point
)
point
The point to transform.
The LeadPointD that results from transforming the point by this LeadMatrix.
This method will use the value of the current offset into the transformation. To transform a point without offset (as a vector), use TransformVector.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET