←Select platform

TransformRect Method

Summary
Transforms the specified rect by the LeadMatrix and returns the result.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadRectD TransformRect( 
   LeadRectD rect 
) 
LeadRectD LeadMatrixTransformRect(const LeadMatrix *matrix, LeadRectD rect) 
public LeadRectD transformRect( 
   LeadRectD rect 
); 
public: 
LeadRectD TransformRect(  
   LeadRectD rect 
)  
def TransformRect(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.