Graphics::FillRectangles(constBrush*,constRect*,INT) 메서드(gdiplusgraphics.h)
Graphics::FillRectangles 메서드는 브러시를 사용하여 직사각형 시퀀스의 내부를 채웁니다.
구문
Status FillRectangles(
[in] const Brush *brush,
[in] const Rect *rects,
[in] INT count
);
매개 변수
[in] brush
형식: const Brush*
각 사각형의 내부를 채우는 데 사용되는 브러시 에 대한 포인터입니다.
[in] rects
형식: const Rect*
채울 사각형 배열에 대한 포인터입니다.
[in] count
형식: INT
사각형 배열의 사각형 수를 지정하는 정 수입니다 .
반환 값
형식: 상태
메서드가 성공하면 Status 열거형의 요소인 Ok를 반환합니다.
메서드가 실패하면 Status 열거형의 다른 요소 중 하나를 반환합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | gdiplusgraphics.h(Gdiplus.h 포함) |
라이브러리 | Gdiplus.lib |
DLL | Gdiplus.dll |