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
Height
public uint Height { get; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
Width
public uint Width { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
The fully qualified type name.