File: Handlers\Shapes\Path\PathHandler.Standard.cs | Web Access |
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls) |
#nullable disable using System; using Microsoft.Maui.Controls.Shapes; namespace Microsoft.Maui.Controls.Handlers { public partial class PathHandler { public static void MapShape(IShapeViewHandler handler, Path path) { } public static void MapData(IShapeViewHandler handler, Path path) { } public static void MapRenderTransform(IShapeViewHandler handler, Path path) { } } } |