Skip to main content

Struct WindowsSurfaceSize

Namespace: VelloSharp.Windows
Assembly: VelloSharp.Windows.Core.dll

public readonly struct WindowsSurfaceSize

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

WindowsSurfaceSize(uint, uint)

public WindowsSurfaceSize(uint width, uint height)

Parameters

width uint

height uint

Properties

Empty

public static WindowsSurfaceSize Empty { get; }

Property Value

WindowsSurfaceSize

Height

public uint Height { get; }

Property Value

uint

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Width

public uint Width { get; }

Property Value

uint

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.