Point.Round(PointF) 方法
定义
public:
static System::Drawing::Point Round(System::Drawing::PointF value);
public static System.Drawing.Point Round (System.Drawing.PointF value);
static member Round : System.Drawing.PointF -> System.Drawing.Point
Public Shared Function Round (value As PointF) As Point
参数
返回
此方法转换得到的 Point。The Point this method converts to.