ID2D1Factory::CreateRoundedRectangleGeometry(constD2D1_ROUNDED_RECT&,ID2D1RoundedRectangleGeometry**) 메서드(d2d1.h)
ID2D1RoundedRectangleGeometry를 만듭니다.
구문
HRESULT CreateRoundedRectangleGeometry(
const D2D1_ROUNDED_RECT & roundedRectangle,
ID2D1RoundedRectangleGeometry **roundedRectangleGeometry
);
매개 변수
roundedRectangle
형식: [in] const D2D1_ROUNDED_RECT &
둥근 사각형 기하 도형의 좌표 및 모서리 반경입니다.
roundedRectangleGeometry
형식: [out] ID2D1RoundedRectangleGeometry**
이 메서드가 반환될 때 이 메서드에서 만든 둥근 사각형 기하 도형에 대한 포인터의 주소를 포함합니다.
반환 값
형식: HRESULT
메서드가 성공하면 S_OK를 반환하고, 그렇지 않으면 HRESULT 오류 코드를 반환합니다.
요구 사항
지원되는 최소 클라이언트 | Windows 7, Windows Vista SP2 및 Windows Vista용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 R2, Windows Server 2008 SP2 및 Windows Server 2008용 플랫폼 업데이트 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | d2d1.h |
라이브러리 | D2d1.lib |
DLL | D2d1.dll |