CanvasSvgStrokeDashArrayAttributeSetDashes Method (Int32, Single, CanvasSvgLengthUnits) |
Namespace: Microsoft.Graphics.Canvas.Svg
public void SetDashes( int startIndex, float[] dashValues, CanvasSvgLengthUnits[] unitValues )
This API is only available when running on Windows 10 build 15063 (Creators Update) or greater.
The number of dashes must equal the number of unit modes specified.
Existing dashes not updated by this method are preserved. The array is resized larger if necessary to accomodate the new dashes.