Click or drag to resize

BaseMarkableCalibrationPattern3DSetRampingPen Property

Delegate for setting ramping pen. Parameter is line length, return value pen number. If null, ramping is disabled.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.24.0
Syntax
C#
public Func<double, int> SetRampingPen { get; set; }

Property Value

FuncDouble, Int32
See Also