Condividi tramite


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

Crea un oggetto ID2D1RoundedRectangleGeometry.

Sintassi

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

Parametri

roundedRectangle

Tipo: [in] const D2D1_ROUNDED_RECT &

Coordinate e raggi d'angolo della geometria del rettangolo arrotondato.

roundedRectangleGeometry

Tipo: [out] ID2D1RoundedRectangleGeometry**

Quando termina, questo metodo 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

   
Client minimo supportato Windows 7, Windows Vista con SP2 e Aggiornamento della piattaforma per Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2, Windows Server 2008 con SP2 e Platform Update per Windows Server 2008 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione d2d1.h
Libreria D2d1.lib
DLL D2d1.dll

Vedi anche

ID2D1Factory