Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

SendToBack Method








The item to move.
true to make the item the last item in the collection; false to move the item back one index.
Sends the specified item back in the collection.
Syntax
public virtual void SendToBack( 
   T item,
   bool last
)
'Declaration
 
Public Overridable Sub SendToBack( _
   ByVal item As T, _
   ByVal last As Boolean _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim item As T
Dim last As Boolean
 
instance.SendToBack(item, last)
public virtual void SendToBack( 
   T item,
   bool last
)
 function Leadtools.RasterCollection.SendToBack( 
   item ,
   last 
)
public:
virtual void SendToBack( 
   T^ item,
   bool last
) 

Parameters

item
The item to move.
last
true to make the item the last item in the collection; false to move the item back one index.
Example
For an example, refer to RasterCollection`1.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

Error processing SSI file