←Select platform

TransformRect Method

Summary
Transforms a rectangle by applying the specified matrix.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadRectD TransformRect( 
   LeadRectD rect, 
   LeadMatrix matrix 
) 
Public Shared Function TransformRect( _ 
   ByVal rect As LeadRectD, _ 
   ByVal matrix As LeadMatrix _ 
) As LeadRectD 
LeadRectD LeadRectDTransform(LeadRectD rect, const LeadMatrix *matrix) 
public static LeadRectD transformRect(LeadRectD rect, LeadMatrix matrix) 
public: 
static LeadRectD TransformRect(  
   LeadRectD rect, 
   LeadMatrix 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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