共用方式為


RectHelper.FromPoints(Point, Point) 方法

定義

根據兩點建立新的 Rect 值。 C# 和 Microsoft Visual Basic 程式碼應該改用 Rect (Point,Point) 建構函式。

public:
 static Rect FromPoints(Point point1, Point point2);
 static Rect FromPoints(Point const& point1, Point const& point2);
public static Rect FromPoints(Point point1, Point point2);
function fromPoints(point1, point2)
Public Shared Function FromPoints (point1 As Point, point2 As Point) As Rect

參數

point1
Point

第一個點。

point2
Point

第二個點。

傳回

已建立 的 Rect

適用於