←Select platform

SkewPrepend Method

Summary

Prepends a skew of the specified degrees in the x and y dimensions to this LeadMatrix.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void SkewPrepend( 
   double skewX, 
   double skewY 
) 
Public Sub SkewPrepend( _ 
   ByVal skewX As Double, _ 
   ByVal skewY As Double _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly