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

Imposta un attributo di questo elemento come valore matrice. Questo metodo può essere usato per impostare il valore di un attributo transform o gradientTransform.

Sintassi

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

Parametri

[in] name

Tipo: PCWSTR

Nome dell'attributo da impostare.

[ref] value

Tipo: const D2D1_MATRIX_3X2_F

Nuovo valore dell'attributo.

Valore restituito

Tipo: HRESULT

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

Requisiti

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

Vedi anche

ID2D1SvgElement