←Select platform

Seed Property

Summary

Gets or sets an integer that represents the starting point for the cloud's randomization process.

Syntax

C#
VB
WinRT C#
C++
public int Seed { get; set; } 
  
Public Property Seed As Integer 
public int Seed {get; set;} 
  
get_Seed(); 
set_Seed(value); 
Object.defineProperty('Seed');  
public: 
property int Seed { 
   int get(); 
   void set (    int ); 
} 

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

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