←Select platform

GetViewPerspectiveTransform Method

Summary

Helper method to calculate the matrix to use when applying a view perspective.

Syntax
C#
VB
C++
public LeadMatrix GetViewPerspectiveTransform( 
   bool apply 
) 
Public Function GetViewPerspectiveTransform( 
   ByVal apply As Boolean 
) As LeadMatrix 
public:  
   LeadMatrix^ GetViewPerspectiveTransform( 
      bool apply 
   ) 

Parameters

apply

true to apply the transformation in the original order; false to apply the transformation in the reverse order.

Return Value

Matrix that contains transformation values (rotation, flip and reverse).

Remarks

This method calls LEADDocument.GetViewPerspectiveTransform with the values of ViewPerspective and Size for the viewPerspective and size parameters respectively.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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