Düzenle

Aracılığıyla paylaş


SKSize.Subtract(SKSize, SKSize) Method

Definition

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

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

Parameters

sz1
SKSize

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

sz2
SKSize

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

Returns

A SKSize that is the result of the subtraction operation.

Applies to