Table of Contents

Property Matrix

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Matrix

Gets the composite transform matrix that combines scale, rotation, and offset, using (0,0) as the transform origin.

public SKMatrix Matrix { get; }

Property Value

SKMatrix

An SKMatrix that can be applied to an SKCanvas to render content with the current gesture transform. The matrix applies transformations in the order: scale, rotate, translate.