AnnPushFixedState example for Visual Basic

' This example temporarily disables the"fixed" property of all objects in the container.
' This is useful when fixed objects need to be temporarly painted larger or smaller than
'  the fixed size.  For an example using the magnifying glass, see the source code
' for the main COM annotation demo.
Private Sub SampleAnnPushFixedState(hContainer As Long)

   RasterAnn.Flags = ANN_FLAG_RECURSE + ANN_FLAG_NOINVALIDATE
   RasterAnn.AnnPushFixedState (hContainer)

End Sub