バージョン

CenterOf(Rectangle) メソッド

特定の四角形の中心点を返します。
シンタックス
'宣言
 
Public Overloads Shared Function CenterOf( _
   ByVal bounds As Rectangle _
) As Point
public static Point CenterOf( 
   Rectangle bounds
)

パラメータ

bounds
中心を求める四角形。

戻り値の型

特定の四角形の中心。
参照