編集

次の方法で共有


SKSizeI.Add(SKSizeI, SKSizeI) Method

Definition

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

public static SkiaSharp.SKSizeI Add (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