バージョン

CenterOf(RectangleF) メソッド

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

パラメータ

bounds
中心を求める四角形。

戻り値の型

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