←Select platform

PopFixedState Method

Summary

Re-enables the fixed state of an AnnObject.

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

This function re-enables the fixed state of one or more AnnObject. It is to be called after the fixed state as been temporarily disabled by a call to PushFixedState. 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 PushFixedState, SetFixedState and FixedState.

Example

For an example, refer to PushFixedState.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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

Leadtools.Annotations Assembly