Header menu logo Sigma.NET

RandomOptions Type

RandomOptions type for configuring the Random layout options

Constructors

Constructor Description

RandomOptions()

Full Usage: RandomOptions()

Returns: RandomOptions
Returns: RandomOptions

Static members

Static member Description

RandomOptions.Init(?Dimensions, ?Center, ?Scale)

Full Usage: RandomOptions.Init(?Dimensions, ?Center, ?Scale)

Parameters:
    ?Dimensions : string - Optional string array specifying the dimensions of the layout.
    ?Center : float - Optional float to set the center of the layout.
    ?Scale : int - Optional integer to set the scale of the layout.

Returns: RandomOptions

Initializes a new instance of RandomOptions with optional parameters.

?Dimensions : string

Optional string array specifying the dimensions of the layout.

?Center : float

Optional float to set the center of the layout.

?Scale : int

Optional integer to set the scale of the layout.

Returns: RandomOptions

RandomOptions.Style(?Dimensions, ?Center, ?Scale)

Full Usage: RandomOptions.Style(?Dimensions, ?Center, ?Scale)

Parameters:
    ?Dimensions : string - Optional string array specifying the dimensions of the layout.
    ?Center : float - Optional float to set the center of the layout.
    ?Scale : int - Optional integer to set the scale of the layout.

Returns: RandomOptions -> RandomOptions

Applies updates to the RandomOptions instance based on the optional parameters.

?Dimensions : string

Optional string array specifying the dimensions of the layout.

?Center : float

Optional float to set the center of the layout.

?Scale : int

Optional integer to set the scale of the layout.

Returns: RandomOptions -> RandomOptions

Type something to start searching.