←Select platform

GetViewPerspectiveTransform Method

Summary

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

Syntax
C#
C++/CLI
Python
public static LeadMatrix GetViewPerspectiveTransform( 
   RasterViewPerspective viewPerspective, 
   LeadSizeD size, 
   bool apply 
) 
public:  
   static LeadMatrix^ GetViewPerspectiveTransform( 
      RasterViewPerspective^ viewPerspective, 
      LeadSizeD^ size, 
      bool apply 
   ) 
def GetViewPerspectiveTransform(self,viewPerspective,size,apply): 

Parameters

viewPerspective

View perspective to use.

size

Size of the page.

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).

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.