Moves the specified annotation one level up in Z-Order (towards the top) in the painting order for the specified layer.
Visual Basic |
---|
Public Sub NudgeUp( _ ByVal layerHandle As Long, _ ByVal dwSeqNum As Long _ ) |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- dwSeqNum
- The handle of an element returned by the ElementAppend method.
Use this method to display the moved "in front of" or "on top of" other annotation objects that may overlap the given one.