←Select platform

Repeat Property

Summary

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

Syntax
C#
VB
C++
public int Repeat { get; set; } 
  
Public Property Repeat As Integer 
public: 
property int Repeat { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly