SKSize.Add(SKSize, SKSize) Method

Definition

Adds the width and height of one SKSize structure to the width and height of another SKSize structure.

public static SkiaSharp.SKSize Add (SkiaSharp.SKSize sz1, SkiaSharp.SKSize sz2);

Parameters

sz1
SKSize

The first SKSize structure to add.

sz2
SKSize

The second SKSize structure to add.

Returns

A SKSize structure that is the result of the addition operation.

Applies to