ID2D1Properties.SetValueByName

<summary> Sets the value of the given property using its name. </summary>

  1. HRESULT SetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, const(BYTE)* data, UINT32 dataSize)
    interface ID2D1Properties
    extern (Windows)
    HRESULT
    SetValueByName
    (
    PCWSTR name
    ,,
    const(BYTE)* data
    ,
    UINT32 dataSize
    )
  2. HRESULT SetValueByName(PCWSTR name, const(BYTE)* data, UINT32 dataSize)
  3. HRESULT SetValueByName(PCWSTR propertyName, T value)

Meta