←Select platform

ViewPerspective Property

Summary

The view perspective associated with this container.

Syntax
C#
VB
C++
public RasterViewPerspective ViewPerspective { get; set; } 
Public Property ViewPerspective() As RasterViewPerspective 
   Get 
   Set 
public:  
   property RasterViewPerspective^ ViewPerspective 
   { 
      RasterViewPerspective^ get() 
      void set(RasterViewPerspective^ value) 
   } 

Property Value

The view perspective associated with this container. Default value is TopLeft.

Remarks

The view perspective is not being used directly by the LEADTOOLS annotation SDK. However, user applications can use this value to track whether the container has been flipped or rotated for instance.

The value of ViewPerspective is persistence when the container is saved and then re-loaded using AnnCodecs.

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.Annotations.Engine Assembly

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