←Select platform

ViewPerspective Property

Summary
The view perspective of the external representation.
Syntax
C#
VB
Objective-C
C++
Java
public RasterViewPerspective ViewPerspective { get; set; } 
Public Property ViewPerspective As RasterViewPerspective 
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective 
public int getViewPerspective() 
public RasterViewPerspective getViewPerspectiveAsInt() 
public void setRasterViewPerspective(RasterViewPerspective value) 
public void setRasterViewPerspective(int value) 
public: 
property RasterViewPerspective ViewPerspective { 
   RasterViewPerspective get(); 
   void set (    RasterViewPerspective ); 
} 

Property Value

The view perspective of the external representation.

Remarks

With LEADTOOLS painting methods, the view perspective is always RasterViewPerspective.TopLeft.

For more information, refer to Translating Coordinates for a Region.

Example

For an example, refer to RasterRegion.Transform.

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 Assembly

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