ID2D1Properties::GetValue(U) method (d2d1_1.h)
Gets the value of the property by index. This is a template overload. See Remarks.
Syntax
T GetValue(
U index
);
Parameters
index
Type: U
The index of the property from which the value is to be obtained.
Return value
Type: T
Returns the value requested.
Remarks
template<typename T, typename U>
T GetValue(
U index
) const;
Requirements
| Minimum supported client | Windows�8 and Platform Update for Windows�7 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server�2012 and Platform Update for Windows Server�2008�R2 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | d2d1_1.h |
| Library | D2d1.lib |
| DLL | D2d1.dll |
See also
ID2D1DeviceContext::CreateEffect
�