Skip to main content

Struct VirtualColumnStrip

Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll

public readonly record struct VirtualColumnStrip : IEquatable<VirtualColumnStrip>

Implements

IEquatable<VirtualColumnStrip>

Inherited Members

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

Constructors

VirtualColumnStrip(double, double, FrozenKind, uint)

public VirtualColumnStrip(double Offset, double Width, FrozenKind Frozen, uint Key)

Parameters

Offset double

Width double

Frozen FrozenKind

Key uint

Properties

Frozen

public FrozenKind Frozen { get; init; }

Property Value

FrozenKind

Key

public uint Key { get; init; }

Property Value

uint

Offset

public double Offset { get; init; }

Property Value

double

Width

public double Width { get; init; }

Property Value

double