Table of Contents

Field CoerceCoordFunc

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Gets or sets coerce function used in Coerce() method. Default is Null. You can assign here for example Ceiling(double).

public static Func<double, double>? CoerceCoordFunc

Returns

Func<double, double>
Gets or sets coerce function used in method. Default is Null. You can assign here for example .