Condividi tramite


Metodo ID2D1CommandSink::FillMesh (d2d1_1.h)

Indica una mesh da riempire dal sink del comando.

Sintassi

HRESULT FillMesh(
  [in] ID2D1Mesh  *mesh,
  [in] ID2D1Brush *brush
);

Parametri

[in] mesh

Tipo: ID2D1Mesh*

Oggetto mesh da riempire.

[in] brush

Tipo: ID2D1Brush*

Pennello con cui riempire la mesh.

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

Vedi anche

ID2D1CommandList::Stream

ID2D1CommandSink

ID2D1RenderTarget::FillMesh