示例#1
0
 /// <summary>
 /// Transforms the specified point from screen to client coordinates.
 /// </summary>
 /// <param name="point">
 /// A <see cref="System.Drawing.Point"/> to transform.
 /// </param>
 /// <returns>
 /// The point transformed to client coordinates.
 /// </returns>
 public Point PointToClient(Point point)
 {
     return(implementation.PointToClient(point));
 }
示例#2
0
 /// <summary>
 /// Transforms the specified point from screen to client coordinates.
 /// </summary>
 /// <param name="point">
 /// A <see cref="System.Drawing.Point"/> to transform.
 /// </param>
 /// <returns>
 /// The point transformed to client coordinates.
 /// </returns>
 public System.Drawing.Point PointToClient(System.Drawing.Point point)
 {
     return(implementation.PointToClient(point));
 }