LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Seed Property (CloudsCommand)

Show in webframe







Gets or sets an integer that represents the starting point for the cloud's randomization process.
Syntax
public int Seed {get; set;}
'Declaration
 
Public Property Seed As Integer
'Usage
 
Dim instance As CloudsCommand
Dim value As Integer
 
instance.Seed = value
 
value = instance.Seed
public int Seed {get; set;}

            

            
 
get_Seed();
set_Seed(value);
Object.defineProperty('Seed');
public:
property int Seed {
   int get();
   void set (    int value);
}

Property Value

an integer that represents the starting point for the cloud's randomization process. Possible values are any values that are greater than or equal to 0.
Example
Refer to CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

 

 


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