LEADTOOLS (Leadtools assembly)

TransformRect Method (LeadMatrix)

Show in webframe







The rectangle to transform.
Transforms the specified rect by the LeadMatrix and returns the result.
Syntax
public LeadRectD TransformRect( 
   LeadRectD rect
)
'Declaration
 
Public Function TransformRect( _
   ByVal rect As LeadRectD _
) As LeadRectD
'Usage
 
Dim instance As LeadMatrix
Dim rect As LeadRectD
Dim value As LeadRectD
 
value = instance.TransformRect(rect)
public LeadRectD TransformRect( 
   LeadRectD rect
)

            

            
 function Leadtools.LeadMatrix.TransformRect( 
   rect 
)
public:
LeadRectD TransformRect( 
   LeadRectD rect
) 

Parameters

rect
The rectangle to transform.

Return Value

The LeadRectD that results from transforming the rect by this LeadMatrix.
Remarks

This method will use the value of the current offset into the transformation.

Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

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