طريقة System::Drawing::Point::Round

Point::Round method

يُنشئ كائن Point من الكائن PointF المحدد عن طريق تقريب قيم إحداثيات X و Y لكائن PointF إلى أقرب قيم صحيحة.

static Point System::Drawing::Point::Round(const PointF &point)
معاملنوعالوصف
pointconst PointF&كائن PointF لبناء كائن Point منه

ReturnValue

كائن Point مُنشأ من point

انظر أيضًا