Condividi tramite


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

Imposta un attributo di questo elemento come valore di proporzioni di conservazione. Questo metodo può essere usato per impostare il valore di un attributo preserveAspectRatio.

Sintassi

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

Parametri

[in] name

Tipo: PCWSTR

Nome dell'attributo da impostare.

[ref] value

Tipo: const D2D1_SVG_PRESERVE_ASPECT_RATIO

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