Struct SKSizeI
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKSizeI
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKSizeI(int, int)
public SKSizeI(int width, int height)
Parameters
width
int
height
int
Properties
Height
public int Height { get; }
Property Value
Width
public int Width { get; }