←Select platform

GetViewPerspectiveTransform Method

Summary

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

Syntax
C#
C++/CLI
Python
public LeadMatrix GetViewPerspectiveTransform( 
   bool apply 
) 
public:  
   LeadMatrix^ GetViewPerspectiveTransform( 
      bool apply 
   ) 
def GetViewPerspectiveTransform(self,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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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