Table of Contents

Property Scale

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Scale

Gets the current zoom scale factor.

public float Scale { get; }

Property Value

float

The absolute scale factor. A value of 1.0 represents the original (unscaled) view. Values greater than 1.0 are zoomed in; values less than 1.0 are zoomed out. The value is clamped between MinScale and MaxScale.