コード例 #1
0
 /// <summary>
 /// Gets the coordinates of the rectangle that completely encloses this element.
 /// </summary>
 /// <remarks>This is in screen coordinates and never cached.</remarks>
 public override void GetBoundingRectangle(out int left, out int top, out int width, out int height)
 {
     InnerElement.GetBoundingRectangle(out left, out top, out width, out height);
 }