←Select platform

Repeat Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int Repeat { get; set; } 
  
Public Property Repeat As Integer 
public int Repeat {get; set;} 
  
get_Repeat(); 
set_Repeat(value); 
Object.defineProperty('Repeat');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly