using System; namespace Xft { public struct EanFrame { public ushort X; public ushort Y; public ushort Width; public ushort Height; } }