LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Repeat Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > PlaneCommand Class : Repeat Property



Gets or sets the number of times the image repeats along the Z-axis.

Syntax

Visual Basic (Declaration) 
Public Property Repeat As Integer
Visual Basic (Usage)Copy Code
Dim instance As PlaneCommand
Dim value As Integer
 
instance.Repeat = value
 
value = instance.Repeat
C# 
public int Repeat {get; set;}
C++/CLI 
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 from -1.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also