C#
VB
Java
Objective-C
WinRT C#
C++
Transforms the specified rect by the LeadMatrix and returns the result.
Public Function TransformRect( _
ByVal rect As Leadtools.LeadRectD _
) As Leadtools.LeadRectD
public Leadtools.LeadRectD TransformRect(
Leadtools.LeadRectD rect
)
LeadRectD LeadMatrixTransformRect(const LeadMatrix *matrix, LeadRectD rect)
public LeadRectD transformRect(LeadRectD rect)
function Leadtools.LeadMatrix.TransformRect(
rect
)
public:
Leadtools.LeadRectD TransformRect(
Leadtools.LeadRectD rect
)
rect
The rectangle to transform.
The LeadRectD that results from transforming the rect by this LeadMatrix.
This method will use the value of the current offset into the transformation.
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