Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TransformRect Method (LeadRectD)








The rectangle to transform.
A matrix that specifies the transformationt to apply.
Transforms a rectangle by applying the specified matrix.
Syntax
public static LeadRectD TransformRect( 
   LeadRectD rect,
   LeadMatrix matrix
)
'Declaration
 
Public Shared Function TransformRect( _
   ByVal rect As LeadRectD, _
   ByVal matrix As LeadMatrix _
) As LeadRectD
'Usage
 
Dim rect As LeadRectD
Dim matrix As LeadMatrix
Dim value As LeadRectD
 
value = LeadRectD.TransformRect(rect, matrix)
public static LeadRectD TransformRect( 
   LeadRectD rect,
   LeadMatrix matrix
)
LeadRectD LeadRectDTransform(LeadRectD rect, const LeadMatrix *matrix)
public static LeadRectD transformRect(LeadRectD rect, LeadMatrix matrix)
 function Leadtools.LeadRectD.TransformRect( 
   rect ,
   matrix 
)
public:
static LeadRectD TransformRect( 
   LeadRectD rect,
   LeadMatrix matrix
) 

Parameters

rect
The rectangle to transform.
matrix
A matrix that specifies the transformationt to apply.

Return Value

The resulting rectangle.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

Error processing SSI file