←Select platform

TransformRect Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRectD TransformRect( 
   LeadRectD rect 
) 
Public Function TransformRect( _ 
   ByVal rect As Leadtools.LeadRectD _ 
) As Leadtools.LeadRectD 
LeadRectD LeadMatrixTransformRect(const LeadMatrix *matrix, LeadRectD rect) 
public LeadRectD transformRect(LeadRectD rect) 
 function Leadtools.LeadMatrix.TransformRect(  
   rect  
) 
public: 
Leadtools.LeadRectD TransformRect(  
   Leadtools.LeadRectD rect 
)  

Parameters

rect
The rectangle to transform.

Return Value

The LeadRectD that results from transforming the rect by this LeadMatrix.

Remarks

This method will use the value of the current offset into the transformation.

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