Click or drag to resize

ContourAlienationSettings Constructor

Initializes a new instance of the ContourAlienationSettings class

Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.45.0
Syntax
C#
public ContourAlienationSettings(
	int Type,
	double Amplitude = 1000,
	double Period = 500,
	double CornerRadius = 0,
	int NumberOfPoints = 100,
	double RampPower = 0.8,
	double RampStart = 0.5,
	bool ShouldRamp = false
)

Parameters

Type  Int32

[Missing <param name="Type"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

Amplitude  Double  (Optional)

[Missing <param name="Amplitude"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

Period  Double  (Optional)

[Missing <param name="Period"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

CornerRadius  Double  (Optional)

[Missing <param name="CornerRadius"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

NumberOfPoints  Int32  (Optional)

[Missing <param name="NumberOfPoints"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

RampPower  Double  (Optional)

[Missing <param name="RampPower"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

RampStart  Double  (Optional)

[Missing <param name="RampStart"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

ShouldRamp  Boolean  (Optional)

[Missing <param name="ShouldRamp"/> documentation for "M:RAYLASE.Marker.GUI.Common.ContourAlienationSettings.#ctor(System.Int32,System.Double,System.Double,System.Double,System.Int32,System.Double,System.Double,System.Boolean)"]

See Also