- GetPropertyCount
uint GetPropertyCount()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPropertyIndex
uint GetPropertyIndex(PCWSTR name)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPropertyName
HRESULT GetPropertyName(uint index, PWSTR name, uint nameCount)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetPropertyNameLength
uint GetPropertyNameLength(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetSubProperties
HRESULT GetSubProperties(uint index, ID2D1Properties* subProperties)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetType
D2D1_PROPERTY_TYPE GetType(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetValue
HRESULT GetValue(uint index, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetValue
HRESULT GetValue(uint index, D2D1_PROPERTY_TYPE type, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetValueByName
HRESULT GetValueByName(PCWSTR name, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetValueByName
HRESULT GetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, ubyte* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetValueSize
uint GetValueSize(uint index)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetValue
HRESULT SetValue(uint index, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetValue
HRESULT SetValue(uint index, D2D1_PROPERTY_TYPE type, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetValueByName
HRESULT SetValueByName(PCWSTR name, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetValueByName
HRESULT SetValueByName(PCWSTR name, D2D1_PROPERTY_TYPE type, const(ubyte)* data, uint dataSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.