ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Turbulence Class / OctaveCount Property

In This Topic
    OctaveCount Property
    In This Topic
    The number of octaves for the noise function. This property is an int and must be greater than 0.
    Syntax
    'Declaration
     
    Public Property OctaveCount As System.Integer
    public System.int OctaveCount {get; set;}
    See Also