LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Transform Method (LeadRectDHelper)






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. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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