Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the sub-properties of the provided property by index. This is a template overload. See Remarks.
HRESULT GetSubProperties(
U index,
[out] ID2D1Properties **subProperties
);
index
Type: U
The index of the sub-properties to be retrieved.
[out] subProperties
Type: ID2D1Properties**
When this method returns, contains the address of a pointer to the sub-properties.
Type: HRESULT
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
HRESULT | Description |
---|---|
S_OK | No error occurred. |
D2DERR_NO_SUBPROPERTIES | The specified property does not exist. |
If there are no sub-properties, subProperties will be NULL, and D2DERR_NO_SUBPROPERTIES will be returned.
template<typename U> HRESULT GetSubProperties( U index, _Outptr_opt_ ID2D1Properties **subProperties ) CONST;
Requirement | Value |
---|---|
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 |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!