Skip to main content

Struct Glyph

Namespace: VelloSharp
Assembly: VelloSharp.Core.dll

public readonly struct Glyph

Inherited Members

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

Constructors

Glyph(uint, float, float)

public Glyph(uint id, float x, float y)

Parameters

id uint

x float

y float

Properties

Id

public uint Id { get; }

Property Value

uint

X

public float X { get; }

Property Value

float

Y

public float Y { get; }

Property Value

float