RectHelper.FromLocationAndSize(Point, Size) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據指定左上方原點的Point,以及指定寬度和高度的Size,建立新的Rect值。 C# 和 Microsoft Visual Basic 程式碼應該改用 Rect (Point,Size) 建構函式。
public:
static Rect FromLocationAndSize(Point location, Size size);
static Rect FromLocationAndSize(Point const& location, Size const& size);
public static Rect FromLocationAndSize(Point location, Size size);
function fromLocationAndSize(location, size)
Public Shared Function FromLocationAndSize (location As Point, size As Size) As Rect
參數
傳回
建立的 Rect 值。