Пример #1
0
 /// <summary>Where the display is located, expressed in its parent's coordinate system.</summary>
 public static RectangleF Frame <TFont, TGlyph>(this IDisplay <TFont, TGlyph> display, bool invert = false)
     where TFont : IFont <TGlyph>
 => display.ComputeDisplayBounds(invert).Plus(display.Position);