Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

SkewPrepend Method








The angle in the x dimension to skew this LeadMatrix.
The angle in the y dimension to skew this LeadMatrix.
Prepends a skew of the specified degrees in the x and y dimensions to this LeadMatrix.
Syntax
public void SkewPrepend( 
   double skewX,
   double skewY
)
'Declaration
 
Public Sub SkewPrepend( _
   ByVal skewX As Double, _
   ByVal skewY As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim skewX As Double
Dim skewY As Double
 
instance.SkewPrepend(skewX, skewY)
public void SkewPrepend( 
   double skewX,
   double skewY
)
void LeadMatrixSkewPrepend(LeadMatrix *matrix, double degreesX, double degreesY)
public void skewPrepend(double skewX, double skewY)
 function Leadtools.LeadMatrix.SkewPrepend( 
   skewX ,
   skewY 
)
public:
void SkewPrepend( 
   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

Error processing SSI file