LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Repeat Property (PlaneCommand)

Show in webframe







Gets or sets the number of times the image repeats along the Z-axis.
Syntax
public int Repeat {get; set;}
'Declaration
 
Public Property Repeat As Integer
'Usage
 
Dim instance As PlaneCommand
Dim value As Integer
 
instance.Repeat = value
 
value = instance.Repeat
public int Repeat {get; set;}

            

            
 
get_Repeat();
set_Repeat(value);
Object.defineProperty('Repeat');
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
Refer to PlaneBendCommand.
Requirements

Target Platforms

See Also

Reference

PlaneCommand Class
PlaneCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.