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
X
public float X { get; }
Property Value
Y
public float Y { get; }