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