←Select platform

TransformRect Method

Summary

Transforms a rectangle using the specified matrix.

Syntax
C#
C++/CLI
Java
Python
public static LeadRectD TransformRect( 
   LeadRectD rect, 
   LeadMatrix transform 
) 
public static LeadRectD transformRect( 
   LeadRectD rect, 
   LeadMatrix transform 
); 
public:  
   static LeadRectD^ TransformRect( 
      LeadRectD^ rect, 
      LeadMatrix^ transform 
   ) 
def TransformRect(self,rect,transform): 

Parameters

rect

Rectangle to transform.

transform

Transform to use.

Return Value

Returns the transformed 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.