Shape.RectangleToClient 方法

计算指定屏幕矩形的大小和位置(以工作区坐标表示)。

命名空间:  Microsoft.VisualBasic.PowerPacks
程序集:  Microsoft.VisualBasic.PowerPacks.Vs(在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)

语法

声明
Public Function RectangleToClient ( _
    rect As Rectangle _
) As Rectangle
public Rectangle RectangleToClient(
    Rectangle rect
)
public:
Rectangle RectangleToClient(
    Rectangle rect
)
member RectangleToClient : 
        rect:Rectangle -> Rectangle 
public function RectangleToClient(
    rect : Rectangle
) : Rectangle

参数

返回值

类型:System.Drawing.Rectangle
一个 Rectangle,它表示转换后的 Rectangle、p(以工作区坐标表示)。

备注

某些属性和方法表示坐标相对于屏幕的左上角,其他表示它们相对于客户端窗体。 RectangleToClient 和 RectangleToScreen 可以使用方法将两个之间。

.NET Framework 安全性

请参见

参考

Shape 类

Microsoft.VisualBasic.PowerPacks 命名空间

其他资源

如何:使用 LineShape 控件绘制直线 (Visual Studio)

如何:使用 OvalShape 和 RectangleShape 控件绘制形状 (Visual Studio)

Line 和 Shape 控件简介 (Visual Studio)