LEADTOOLS (Leadtools assembly)

Transform Method (LeadRectDHelper)

Show in webframe







The rectangle object
A matrix that specifies the transformation to apply. Must not be null (Nothing in Visual Basic).
Transforms the rectangle by applying the specified matrix.
Syntax
public static LeadRectD Transform( 
   LeadRectD rect,
   LeadMatrix matrix
)
'Declaration
 
Public Shared Function Transform( _
   ByVal rect As LeadRectD, _
   ByVal matrix As LeadMatrix _
) As LeadRectD
'Usage
 
Dim rect As LeadRectD
Dim matrix As LeadMatrix
Dim value As LeadRectD
 
value = LeadRectDHelper.Transform(rect, matrix)
public static LeadRectD Transform( 
   LeadRectD rect,
   LeadMatrix matrix
)

            

            
 function Leadtools.LeadRectDHelper.Transform( 
   rect ,
   matrix 
)
public:
static LeadRectD Transform( 
   LeadRectD rect,
   LeadMatrix matrix
) 

Parameters

rect
The rectangle object
matrix
A matrix that specifies the transformation to apply. Must not be null (Nothing in Visual Basic).

Return Value

The result rectangle object.
Requirements

Target Platforms

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.