System::Drawing::Point::Round メソッド

Point::Round method

指定された PointF オブジェクトの X および Y 座標の値を最も近い整数に丸めて、Point オブジェクトを作成します。

static Point System::Drawing::Point::Round(const PointF &point)
パラメーター説明
pointconst PointF&Point オブジェクトを構築するための PointF オブジェクト

ReturnValue

point から構築された Point オブジェクト

参照