SKSizeI.Addition(SKSizeI, SKSizeI) Operator

Definition

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

public static SkiaSharp.SKSizeI operator + (SkiaSharp.SKSizeI sz1, SkiaSharp.SKSizeI sz2);

Parameters

sz1
SKSizeI

The first SKSizeI structure to add.

sz2
SKSizeI

The second SKSizeI structure to add.

Returns

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

Applies to