Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Seed Property (CloudsCommand)








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.
Remarks
Possible values are any values greater than or equal to 0.
Example
Refer to the CloudsCommand example.
Requirements

Target Platforms

See Also

Reference

CloudsCommand Class
CloudsCommand Members

Error processing SSI file