←Select platform

PopFixedState Method

Summary

Re-enables the fixed state of every AnnObject in the AnnContainer.

Syntax

C#
VB
C++
public virtual int PopFixedState() 
  
Public Overridable Function PopFixedState() As Integer 
public: 
virtual int PopFixedState();  

Return Value

size of the fixed state stack before the call to PopFixedState

Remarks

Calls AnnObject.PopFixedState on every AnnObject in the AnnContainer. Fixed annotations are independent of the Transform. The result is that they do not scroll or move with the underlying image. For more information, refer to AnnObject.PopFixedState.

Example

For an example, refer to PushFixedState.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly