バージョン

GetCenter メソッド

現在の矩形の中心を取得します。
シンタックス
'宣言
 
Public Shared Function GetCenter( _
   ByVal rect As Rect _
) As Point
public static Point GetCenter( 
   Rect rect
)

パラメータ

rect
現在の矩形。

戻り値の型

中心点
参照