ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Turbulence Class / Seed Property

In This Topic
    Seed Property
    In This Topic
    The seed for the pseudo random generator. This property is unbounded.
    Syntax
    'Declaration
     
    Public Property Seed As Integer
    public int Seed {get; set;}
    See Also