Point.Round(PointF) 메서드

정의

값을 가장 가까운 정수로 PointF 반올림하여 Point 지정된 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

매개 변수

value
PointF

PointF 변환할 수 있습니다.

반품

이 메서드는 Point 변환됩니다.

적용 대상