DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Move | Constructors | Fields | Methods | Properties | Events
Moves a layer up or down in the viewer zorder list.
// C# public virtual void Move( int _step );
' VisualBasic Public Overridable Sub Move( ByVal _step As Integer )
// Oxygene public procedure Move( _step : Integer ); virtual;
Name | Type | Description |
---|---|---|
_step | int Integer | how many steps and in which direction a layer must be moved; negative values mean movement to the front. |