←Select platform

GetViewPerspectiveTransform Method

Summary

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

Syntax
C#
VB
C++
public static LeadMatrix GetViewPerspectiveTransform( 
   RasterViewPerspective viewPerspective, 
   LeadSizeD size, 
   bool apply 
) 
Public Shared Function GetViewPerspectiveTransform( 
   ByVal viewPerspective As RasterViewPerspective, 
   ByVal size As LeadSizeD, 
   ByVal apply As Boolean 
) As LeadMatrix 
public:  
   static LeadMatrix^ GetViewPerspectiveTransform( 
      RasterViewPerspective^ viewPerspective, 
      LeadSizeD^ size, 
      bool 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 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.