ID2D1Properties.SetValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HRESULT SetValue(UINT32 index, D2D1_PROPERTY_TYPE type, const(BYTE)* data, UINT32 dataSize)
  2. HRESULT SetValue(UINT32 index, const(BYTE)* data, UINT32 dataSize)
  3. HRESULT SetValue(U index, const(BYTE)* data, UINT32 dataSize)
    interface ID2D1Properties
    extern (Windows) final
    HRESULT
    SetValue
    (
    U
    )
    (,
    const(BYTE)* data
    ,
    UINT32 dataSize
    )
  4. HRESULT SetValue(U index, T value)

Meta