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