←Select platform

BringToFront Method (AnnObjectCollection)

Summary

Moves an object up in the Z-order of the list.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public void BringToFront(  
   Leadtools.Annotations.Core.AnnObject obj, 
   bool first 
) 
Public Sub BringToFront( _ 
   ByVal obj As Leadtools.Annotations.Core.AnnObject, _ 
   ByVal first As Boolean _ 
) 
public void BringToFront(  
   Leadtools.Annotations.Core.AnnObject obj, 
   bool first 
) 
-(void) bringToFront:(LTAnnObject*)obj first:(BOOL)first;
public void bringToFront(AnnObject obj, boolean first)
function Leadtools.Annotations.Core.AnnObjectCollection.BringToFront(  
   obj , 
   first  
) 

Parameters

obj
Object to move.

first
true to send the object to the top of the Z-order; false to send the object up one level only.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize