SkiaCanvasState Class

Definition

public ref class SkiaCanvasState : Microsoft::Maui::Graphics::CanvasState, Microsoft::Maui::Graphics::IBlurrableCanvas
public class SkiaCanvasState : Microsoft.Maui.Graphics.CanvasState, Microsoft.Maui.Graphics.IBlurrableCanvas
type SkiaCanvasState = class
    inherit CanvasState
    interface IBlurrableCanvas
Public Class SkiaCanvasState
Inherits CanvasState
Implements IBlurrableCanvas
Inheritance
SkiaCanvasState
Implements

Constructors

SkiaCanvasState()
SkiaCanvasState(SkiaCanvasState)

Fields

Alpha

Properties

AntiAlias
BlurRadius
FillColor
FillPaint
FillPaintWithAlpha
Font
FontColor
FontPaint
FontSize
IsBlurred
MiterLimit
PlatformStrokeSize
Scale (Inherited from CanvasState)
ScaledFontSize
ScaledStrokeSize
ScaleX
ScaleY
StrokeColor
StrokeDashOffset (Inherited from CanvasState)
StrokeDashPattern (Inherited from CanvasState)
StrokeLineCap
StrokeLineJoin
StrokePaint
StrokePaintWithAlpha
StrokeSize (Inherited from CanvasState)
Transform (Inherited from CanvasState)

Methods

Dispose()
GetImagePaint(Single, Single)
GetShadowPaint(Single, Single)
Reset(SKPaint, SKPaint, SKPaint)
SetBlur(Single)
SetFillPaintFilterBitmap(Boolean)
SetFillPaintShader(SKShader)
SetScale(Single, Single)
SetShadow(Single, Single, Single, SKColor)
SetStrokeDashPattern(Single[], Single, Single)
TransformChanged() (Inherited from CanvasState)

Applies to