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