Edit

SKSizeI Constructors

Definition

Overloads

Name Description
SKSizeI(SKPointI)

Initializes a new instance of the SKSizeI struct from the offset of a point.

SKSizeI(Int32, Int32)

Initializes a new instance of the SKSizeI struct with a given width and height.

SKSizeI(SKPointI)

Initializes a new instance of the SKSizeI struct from the offset of a point.

public SKSizeI(SkiaSharp.SKPointI pt);

Parameters

pt
SKPointI

The offset to use as the dimensions of the new point.

Applies to

SKSizeI(Int32, Int32)

Initializes a new instance of the SKSizeI struct with a given width and height.

public SKSizeI(int width, int height);

Parameters

width
Int32

The width.

height
Int32

The height.

Applies to