Condividi tramite


Metodo ID2D1SvgPathData::CreatePathGeometry (d2d1svg.h)

Crea un oggetto geometry di percorso che rappresenta i dati del percorso.

Sintassi

HRESULT CreatePathGeometry(
        D2D1_FILL_MODE     fillMode,
  [out] ID2D1PathGeometry1 **pathGeometry
);

Parametri

fillMode

Tipo: D2D1_FILL_MODE

Modalità di riempimento per l'oggetto geometry del percorso.

[out] pathGeometry

Tipo: ID2D1PathGeometry1**

Al termine, pathGeometry conterrà un punto all'oggetto ID2D1PathGeometry1 creato.

Valore restituito

Tipo: HRESULT

Questo metodo restituisce un codice HRESULT riuscito o di errore.

Requisiti

   
Piattaforma di destinazione Windows
Intestazione d2d1svg.h
DLL Direct2d.dll

Vedi anche

ID2D1SvgPathData