Metodo ID2D1Factory::CreateRectangleGeometry(constD2D1_RECT_F*,ID2D1RectangleGeometry**) (d2d1.h)
Crea un oggetto ID2D1RectangleGeometry.
Sintassi
HRESULT CreateRectangleGeometry(
const D2D1_RECT_F *rectangle,
ID2D1RectangleGeometry **rectangleGeometry
);
Parametri
rectangle
Tipo: [in] const D2D1_RECT_F*
Coordinate della geometria del rettangolo.
rectangleGeometry
Tipo: [out] ID2D1RectangleGeometry**
Quando termina, questo metodo contiene l'indirizzo del puntatore alla geometria rettangolo 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 |