ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer
    public System.int Seed {get; set;}
    See Also