LEADTOOLS (Leadtools assembly)

Skew Method

Show in webframe







The angle in the x dimension to skew this LeadMatrix.
The angle in the y dimension to skew this LeadMatrix.
Appends a skew of the specified degrees in the x and y dimensions to this LeadMatrix.
Syntax
public void Skew( 
   double skewX,
   double skewY
)
'Declaration
 
Public Sub Skew( _
   ByVal skewX As Double, _
   ByVal skewY As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim skewX As Double
Dim skewY As Double
 
instance.Skew(skewX, skewY)
public void Skew( 
   double skewX,
   double skewY
)

            

            
 function Leadtools.LeadMatrix.Skew( 
   skewX ,
   skewY 
)
public:
void Skew( 
   double skewX,
   double skewY
) 

Parameters

skewX
The angle in the x dimension to skew this LeadMatrix.
skewY
The angle in the y dimension to skew this LeadMatrix.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

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