AbstractCanvas<TState> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
AbstractCanvas(Microsoft::Maui::Graphics::ICanvasStateService<TState> ^ stateService, Microsoft::Maui::Graphics::IStringSizeService ^ stringSizeService);
protected AbstractCanvas (Microsoft.Maui.Graphics.ICanvasStateService<TState> stateService, Microsoft.Maui.Graphics.IStringSizeService stringSizeService);
new Microsoft.Maui.Graphics.AbstractCanvas<'State (requires 'State :> Microsoft.Maui.Graphics.CanvasState)> : Microsoft.Maui.Graphics.ICanvasStateService<'State (requires 'State :> Microsoft.Maui.Graphics.CanvasState)> * Microsoft.Maui.Graphics.IStringSizeService -> Microsoft.Maui.Graphics.AbstractCanvas<'State (requires 'State :> Microsoft.Maui.Graphics.CanvasState)>
Protected Sub New (stateService As ICanvasStateService(Of TState), stringSizeService As IStringSizeService)
Parameters
- stateService
- ICanvasStateService<TState>
- stringSizeService
- IStringSizeService