←Select platform

Skew Method

Summary
Appends a skew of the specified degrees in the x and y dimensions to this LeadMatrix.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void Skew( 
   double skewX, 
   double skewY 
) 
void LeadMatrixSkew(LeadMatrix *matrix, double degreesX, double degreesY) 
public void skew( 
   double doubleValue,  
   double doubleValue2 
); 
public: 
void Skew(  
   double skewX, 
   double skewY 
)  
def Skew(self,skewX,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

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.