次の方法で共有


Rectangle.Round メソッド

指定の RectangleF をその RectangleF の値を最も近い整数値に丸めることによって Rectangle に変換します。

Public Shared Function Round( _
   ByVal value As RectangleF _) As Rectangle
[C#]
public static Rectangle Round(RectangleFvalue);
[C++]
public: static Rectangle Round(RectangleFvalue);
[JScript]
public static function Round(
   value : RectangleF) : Rectangle;

パラメータ

戻り値

Rectangle を返します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

Rectangle 構造体 | Rectangle メンバ | System.Drawing 名前空間