Condividi tramite


METODO ID2D1Factory::CreateRoundedRectangleGeometry(constD2D1_ROUNDED_RECT*,ID2D1RoundedRectangleGeometry**) (d2d1.h)

Crea un ID2D1RoundedRectangleGeometry.

Sintassi

HRESULT CreateRoundedRectangleGeometry(
  const D2D1_ROUNDED_RECT       *roundedRectangle,
  ID2D1RoundedRectangleGeometry **roundedRectangleGeometry
);

Parametri

roundedRectangle

Tipo: [in] const D2D1_ROUNDED_RECT*

Coordinate e raggi di angolo della geometria del rettangolo arrotondato.

roundedRectangleGeometry

Tipo: [out] ID2D1RoundedRectangleGeometry**

Quando questo metodo restituisce, contiene l'indirizzo del puntatore alla geometria del rettangolo arrotondato creata da questo metodo.

Valore restituito

Tipo: HRESULT

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione d2d1.h
Libreria D2d1.lib
DLL D2d1.dll

Vedi anche

ID2D1Factory