| | Name | Description |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase) |
 | GetBoolValue | Gets the value of the specified property by index. |
 | GetBoolValueByName | Gets the value of the specified property by name. |
 | GetColorFValue | Gets the value of the specified property by index. |
 | GetColorFValueByName | Gets the value of the specified property by name. |
 | GetComObjectValue<T> | Gets the value of the specified property by index. |
 | GetComObjectValueByName<T> | Gets the value of the specified property by name. |
 | GetEnumValue<T> | Gets the value of the specified property by index. |
 | GetEnumValueByName<T> | Gets the value of the specified property by name. |
 | GetFloatValue | Gets the value of the specified property by index. |
 | GetFloatValueByName | Gets the value of the specified property by name. |
 | GetGuidValue | Gets the value of the specified property by index. |
 | GetGuidValueByName | Gets the value of the specified property by name. |
 | GetIntValue | Gets the value of the specified property by index. |
 | GetIntValueByName | Gets the value of the specified property by name. |
 | GetMatrix3x2Value | Gets the value of the specified property by index. |
 | GetMatrix3x2ValueByName | Gets the value of the specified property by name. |
 | GetMatrix4x4Value | Gets the value of the specified property by index. |
 | GetMatrix4x4ValueByName | Gets the value of the specified property by name. |
 | GetMatrix5x4Value | Gets the value of the specified property by index. |
 | GetMatrix5x4ValueByName | Gets the value of the specified property by name. |
 | GetPoint2FValue | Gets the value of the specified property by index. |
 | GetPoint2FValueByName | Gets the value of the specified property by name. |
 | GetPropertyCount | unsigned int ID2D1Properties::GetPropertyCount() |
 | GetPropertyIndex | unsigned int ID2D1Properties::GetPropertyIndex([In] const wchar_t* name) |
 | GetPropertyName | Overloaded. Gets the number of characters for the given property name. |
 | GetPropertyNameLength | unsigned int ID2D1Properties::GetPropertyNameLength([In] unsigned int index) |
 | GetRectFValue | Gets the value of the specified property by index. |
 | GetRectFValueByName | Gets the value of the specified property by name. |
 | GetSubProperties | HRESULT ID2D1Properties::GetSubProperties([In] unsigned int index,[Out, Optional] ID2D1Properties** subProperties) |
 | GetTypeInfo | D2D1_PROPERTY_TYPE ID2D1Properties::GetType([In] unsigned int index) |
 | GetUIntValue | Gets the value of the specified property by index. |
 | GetUIntValueByName | Gets the value of the specified property by name. |
 | GetValue | Overloaded. HRESULT ID2D1Properties::GetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize) |
 | GetValueByName | HRESULT ID2D1Properties::GetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[Out, Buffer] void* data,[In] unsigned int dataSize) |
 | GetValueSize | unsigned int ID2D1Properties::GetValueSize([In] unsigned int index) |
 | GetVector2Value | Gets the value of the specified property by index. |
 | GetVector2ValueByName | Gets the value of the specified property by name. |
 | GetVector3Value | Gets the value of the specified property by index. |
 | GetVector3ValueByName | Gets the value of the specified property by name. |
 | GetVector4Value | Gets the value of the specified property by index. |
 | GetVector4ValueByName | Gets the value of the specified property by name. |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | SetEnumValue<T> | Sets the named property to the given value. |
 | SetValue | Overloaded. HRESULT ID2D1Properties::SetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize) |
 | SetValueByName | Overloaded. HRESULT ID2D1Properties::SetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize) |