System::Drawing::Drawing2D::GraphicsPath::AddEllipse 메서드

GraphicsPath::AddEllipse(const Rectangle&) method

현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
매개변수형식설명
rectconst Rectangle&추가할 타원을 둘러싸는 사각형을 지정합니다.

또 보기

GraphicsPath::AddEllipse(const RectangleF&) method

현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
매개변수형식설명
rectconst RectangleF&추가할 타원을 둘러싸는 사각형을 지정합니다.

또 보기

GraphicsPath::AddEllipse(float, float, float, float) method

현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(float x, float y, float width, float height)
매개변수형식설명
xfloat추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 X 좌표
yfloat추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 Y 좌표
widthfloat추가할 타원을 둘러싸는 사각형의 너비
heightfloat추가할 타원을 둘러싸는 사각형의 높이

또 보기

GraphicsPath::AddEllipse(int, int, int, int) method

현재 객체가 나타내는 경로에 지정된 타원을 추가합니다.

void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
매개변수형식설명
xint추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 X 좌표
yint추가할 타원을 둘러싸는 사각형의 왼쪽 위 모서리의 Y 좌표
widthint추가할 타원을 둘러싸는 사각형의 너비
heightint추가할 타원을 둘러싸는 사각형의 높이

또 보기