In This Topic
Sets the named property to the given value.
Overload List
Overload | Description |
SetValueByName(String,Int32) | Sets the named property to the given value. |
SetValueByName(String,UInt32) | Sets the named property to the given value. |
SetValueByName(String,Boolean) | Sets the named property to the given value. |
SetValueByName(String,Guid) | Sets the named property to the given value. |
SetValueByName(String,Single) | Sets the named property to the given value. |
SetValueByName(String,Vector2) | Sets the named property to the given value. |
SetValueByName(String,Vector3) | Sets the named property to the given value. |
SetValueByName(String,Vector4) | Sets the named property to the given value. |
SetValueByName(String,Point2F) | Sets the named property to the given value. |
SetValueByName(String,RectF) | Sets the named property to the given value. |
SetValueByName(String,ColorF) | Sets the named property to the given value. |
SetValueByName(String,Matrix3x2) | Sets the named property to the given value. |
SetValueByName(String,Matrix4x4) | Sets the named property to the given value. |
SetValueByName(String,Matrix5x4) | Sets the named property to the given value. |
SetValueByName(String,String) | Sets the named property to the given value. |
SetValueByName<T>(String,T) | Sets the named property to the given value. |
SetValueByName<T>(String,PropertyType,T) | Sets the named property to the given value. |
SetValueByName(String,PropertyType,IntPtr,Int32) | HRESULT ID2D1Properties::SetValueByName([In] const wchar_t* name,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize) |
See Also