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