System::Drawing::Graphics::FillRectangle 메서드

Graphics::FillRectangle(const SharedPtr<Brush>&, float, float, float, float) method

지정된 사각형을 지정된 브러시로 채웁니다.

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, float x, float y, float width, float height)
매개변수형식설명
brushconst SharedPtr<Brush>&채우기에 사용할 Brush 객체
xfloat채우기 사각형의 왼쪽 위 모서리의 X 좌표
yfloat채우기 사각형의 왼쪽 위 모서리의 Y 좌표
widthfloat채우기 사각형의 너비
heightfloat채우기 사각형의 높이

또 보기

Graphics::FillRectangle(const SharedPtr<Brush>&, int, int, int, int) method

지정된 사각형을 지정된 브러시로 채웁니다.

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, int x, int y, int width, int height)
매개변수형식설명
brushconst SharedPtr<Brush>&채우기에 사용할 Brush 객체
xint채우기 사각형의 왼쪽 위 모서리의 X 좌표
yint채우기 사각형의 왼쪽 위 모서리의 Y 좌표
widthint채우기 사각형의 너비
heightint채우기 사각형의 높이

또 보기

Graphics::FillRectangle(const SharedPtr<Brush>&, Rectangle) method

지정된 사각형을 지정된 브러시로 채웁니다.

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, Rectangle rect)
매개변수형식설명
brushconst SharedPtr<Brush>&채우기에 사용할 Brush 객체
rectRectangle채우기 위해 사각형의 위치와 크기를 지정하는 Rectangle 객체

또 보기

Graphics::FillRectangle(const SharedPtr<Brush>&, RectangleF) method

지정된 사각형을 지정된 브러시로 채웁니다.

void System::Drawing::Graphics::FillRectangle(const SharedPtr<Brush> &brush, RectangleF rect)
매개변수형식설명
brushconst SharedPtr<Brush>&채우기에 사용할 Brush 객체
rectRectangleF채우기 위해 사각형의 위치와 크기를 지정하는 RectangleF 객체

또 보기