UIKit.UIBezierPath.SetLineDash Method
Documentation for this section has not yet been entered.

Syntax

public void SetLineDash (nfloat[] values, nint offset, nint count, nfloat phase)

Parameters

values
An array of lenghts that alternate between the solid portion and the gap portion, measured in points.
offset
Offset into the values to start rendering from.
count
Number of items in the array to consider.
phase
Point at which the pattern starts to get rendered (counting from the origin).
phase
Documentation for this section has not yet been entered.

Remarks

This variation of the method allows a segment of the "values" array to be specified via the offset and count parameters.

This can be used from a background thread.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0