←Select platform

ViewPerspective Property

Summary

The view perspective associated with this container.

Syntax
C#
Objective-C
C++/CLI
Python
public RasterViewPerspective ViewPerspective { get; set; } 
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective; 
public:  
   property RasterViewPerspective^ ViewPerspective 
   { 
      RasterViewPerspective^ get() 
      void set(RasterViewPerspective^ value) 
   } 
ViewPerspective # get and set (AnnContainer) 

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 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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