2 overrides of PlatformSetStrokeDashPattern
Microsoft.Maui.Graphics.Skia (1)
SkiaCanvas.cs (1)
216 protected override void PlatformSetStrokeDashPattern(
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
103 protected override void PlatformSetStrokeDashPattern(float[] strokePattern, float strokeDashOffset, float strokeSize)
1 reference to PlatformSetStrokeDashPattern
Microsoft.Maui.Graphics (1)
AbstractCanvas.cs (1)
129 PlatformSetStrokeDashPattern(_currentState.StrokeDashPattern, _currentState.StrokeDashOffset, _currentState.StrokeSize);