編集

次の方法で共有


SKSizeI.Subtract(SKSizeI, SKSizeI) Method

Definition

Subtracts the width and height of one SKSizeI structure from the width and height of another SKSizeI structure.

public static SkiaSharp.SKSizeI Subtract (SkiaSharp.SKSizeI sz1, SkiaSharp.SKSizeI sz2);

Parameters

sz1
SKSizeI

The SKSizeI structure on the left side of the subtraction operator.

sz2
SKSizeI

The SKSizeI structure on the right side of the subtraction operator.

Returns

A SKSizeI that is the result of the subtraction operation.

Applies to