LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Repeat Property (TunnelCommand)






Gets or sets the number of times the image repeats along the Z-axis. .NET support WinRT support
Syntax
public int Repeat {get; set;}
'Declaration
 
Public Property Repeat As Integer
'Usage
 
Dim instance As TunnelCommand
Dim value As Integer
 
instance.Repeat = value
 
value = instance.Repeat
public int Repeat {get; set;}
 get_Repeat();
set_Repeat(value);
public:
property int Repeat {
   int get();
   void set (    int value);
}

Property Value

Number of times the image repeats along the Z-axis. If Repeat equals -1 the image will be infinitely repeated. Its range starts at -1.
Example
Refer to TunnelCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TunnelCommand Class
TunnelCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.