ID2D1Properties.GetValue

<summary> Retrieves the given value by index. </summary>

  1. HRESULT GetValue(UINT32 index, D2D1_PROPERTY_TYPE type, BYTE* data, UINT32 dataSize)
    interface ID2D1Properties
    extern (Windows) const
    HRESULT
    GetValue
    (
    UINT32 index
    ,,
    BYTE* data
    ,
    UINT32 dataSize
    )
  2. HRESULT GetValue(UINT32 index, BYTE* data, UINT32 dataSize)
  3. HRESULT GetValue(U index, BYTE* data, UINT32 dataSize)
  4. HRESULT GetValue(U index, T* value)
  5. T GetValue(U index)

Meta