←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 from -1.

Example

Refer to PlaneBendCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.