/// <summary> /// Adds coordinates to the <see cref="Offset"/>. /// </summary> /// internal void AddOffset(int left, int top) { Buffer.AddOffset(left, top); }