Metodo ID2D1CommandSink::FillRectangle (d2d1_1.h)
Indica al sink del comando un rettangolo da riempire.
Sintassi
HRESULT FillRectangle(
[in] const D2D1_RECT_F *rect,
[in] ID2D1Brush *brush
);
Parametri
[in] rect
Tipo: const D2D1_RECT_F*
Rettangolo da riempire.
[in] brush
Tipo: ID2D1Brush*
Pennello con cui riempire il rettangolo.
Valore restituito
Tipo: HRESULT
Se il metodo ha esito positivo, restituisce S_OK. Se ha esito negativo, restituisce un codice di errore HRESULT .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 e aggiornamento della piattaforma per Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 e aggiornamento della piattaforma per Windows Server 2008 R2 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | d2d1_1.h |
DLL | D2d1.dll |