Metodo ID2D1SvgElement::SetAttributeValue(PCWSTR,constD2D1_SVG_LENGTH&) (d2d1svg.h)

Imposta un attributo di questo elemento come valore di lunghezza.

Sintassi

HRESULT SetAttributeValue(
  [in]  PCWSTR                  name,
  [ref] const D2D1_SVG_LENGTH & value
);

Parametri

[in] name

Tipo: PCWSTR

Nome dell'attributo da impostare.

[ref] value

Tipo: const D2D1_SVG_LENGTH

Nuovo valore dell'attributo.

Valore restituito

Tipo: HRESULT

Questo metodo restituisce un codice HRESULT riuscito o di errore.

Requisiti

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

Vedi anche

ID2D1SvgElement