System::Drawing::Drawing2D::GraphicsPath::IsVisible method

GraphicsPath::IsVisible(const PointF&) method

현재 객체가 나타내는 경로에 지정된 점이 포함되는지 여부를 판단합니다.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
매개변수형식설명
const PointF&확인할 점

또 보기

GraphicsPath::IsVisible(float, float) method

현재 객체가 나타내는 경로에 지정된 점이 포함되는지 여부를 판단합니다.

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
매개변수형식설명
xfloat확인할 점의 X 좌표
yfloat확인할 점의 Y 좌표

또 보기