AbstractCanvas<TState> Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- stateService
- ICanvasStateService<TState>
- stringSizeService
- IStringSizeService