←Select platform

TransformRect Method

Summary
Transforms a rectangle by applying the specified matrix.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadRectD TransformRect( 
   LeadRectD rect, 
   LeadMatrix matrix 
) 
LeadRectD LeadRectDTransform(LeadRectD rect, const LeadMatrix *matrix) 
public static LeadRectD transformRect( 
   LeadRectD rect, 
   LeadMatrix matrix 
); 
public: 
static LeadRectD TransformRect(  
   LeadRectD rect, 
   LeadMatrix matrix 
)  
def TransformRect(self,rect,matrix): 

Parameters

rect
The rectangle to transform.

matrix
A matrix that specifies the transformation to apply.

Return Value

The resulting rectangle.

Requirements

Target Platforms

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

Leadtools Assembly

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