Condividi tramite


Metodo ID2D1SvgElement::SetAttributeValue(PCWSTR,D2D1_SVG_LINE_CAP) (d2d1svg.h)

Imposta un attributo di questo elemento come valore del limite di riga. Questo metodo può essere usato per impostare il valore della proprietà stroke-linecap.

Sintassi

HRESULT SetAttributeValue(
  [in] PCWSTR            name,
       D2D1_SVG_LINE_CAP value
);

Parametri

[in] name

Tipo: PCWSTR

Nome dell'attributo da impostare.

value

Tipo: D2D1_SVG_LINE_CAP

Nuovo valore dell'attributo.

Valore restituito

Tipo: HRESULT

Questo metodo restituisce un codice di esito positivo o di errore HRESULT.

Requisiti

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

Vedi anche

ID2D1SvgElement