ViewPerspective Property (original) (raw)
Summary
The view perspective associated with this container.
Syntax
C#
Objective-C
C++/CLI
Python
@property (nonatomic, assign) LTRasterViewPerspective viewPerspective;
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.
Leadtools.Annotations.Engine Assembly