directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
ID2D1Properties.GetValue
directx
d2d1_1
ID2D1Properties
<summary> Retrieves the given value by index. </summary>
HRESULT
GetValue
(UINT32 index, D2D1_PROPERTY_TYPE type, BYTE* data, UINT32 dataSize)
interface
ID2D1Properties
extern (
Windows
) const
HRESULT
GetValue
(
UINT32
index
,
D2D1_PROPERTY_TYPE
type
,
BYTE
*
data
,
UINT32
dataSize
)
HRESULT
GetValue
(UINT32 index, BYTE* data, UINT32 dataSize)
HRESULT
GetValue
(U index, BYTE* data, UINT32 dataSize)
HRESULT
GetValue
(U index, T* value)
T
GetValue
(U index)
Meta
Source
See Implementation
directx
d2d1_1
ID2D1Properties
functions
GetPropertyCount
GetPropertyIndex
GetPropertyName
GetPropertyNameLength
GetSubProperties
GetType
GetValue
GetValueByName
GetValueSize
SetValue
SetValueByName
<summary> Retrieves the given value by index. </summary>