ID2D1Properties::GetType(UINT32) method
Gets the D2D1_PROPERTY_TYPE of the selected property.
Syntax
D2D1_PROPERTY_TYPE GetType(
UINT32 index
) const;
Parameters
- index
-
Type: UINT32
The index of the property for which the type will be retrieved.
Return value
Type: D2D1_PROPERTY_TYPE
This method returns a D2D1_PROPERTY_TYPE-typed value for the type of the selected property.
Remarks
If the property does not exist, the method returns D2D1_PROPERTY_TYPE_UNKNOWN.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also