SkiaCanvas Class
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.
public ref class SkiaCanvas : Microsoft::Maui::Graphics::AbstractCanvas<Microsoft::Maui::Graphics::Skia::SkiaCanvasState ^>, Microsoft::Maui::Graphics::IBlurrableCanvas
public class SkiaCanvas : Microsoft.Maui.Graphics.AbstractCanvas<Microsoft.Maui.Graphics.Skia.SkiaCanvasState>, Microsoft.Maui.Graphics.IBlurrableCanvas
type SkiaCanvas = class
inherit AbstractCanvas<SkiaCanvasState>
interface IBlurrableCanvas
Public Class SkiaCanvas
Inherits AbstractCanvas(Of SkiaCanvasState)
Implements IBlurrableCanvas
- Inheritance
- Implements
Constructors
SkiaCanvas() |
Properties
Alpha | |
Antialias | |
AssignedStrokeLimit | (Inherited from AbstractCanvas<TState>) |
BlendMode | |
Canvas | |
CurrentState | (Inherited from AbstractCanvas<TState>) |
DisplayScale | |
FillColor | |
Font | |
FontColor | |
FontSize | |
LimitStrokeScaling | (Inherited from AbstractCanvas<TState>) |
LimitStrokeScalingEnabled | (Inherited from AbstractCanvas<TState>) |
MiterLimit | |
PlatformStrokeSize | |
StrokeColor | |
StrokeDashOffset | (Inherited from AbstractCanvas<TState>) |
StrokeDashPattern | (Inherited from AbstractCanvas<TState>) |
StrokeLimit | (Inherited from AbstractCanvas<TState>) |
StrokeLineCap | |
StrokeLineJoin | |
StrokeSize | (Inherited from AbstractCanvas<TState>) |
Methods
Extension Methods
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.