File: ICanvasStateService.cs | Web Access |
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics) |
namespace Microsoft.Maui.Graphics { public interface ICanvasStateService<TState> where TState : CanvasState { TState CreateNew(object context); TState CreateCopy(TState prototype); } } |