[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Properties.SetEnumValue

SetEnumValue Method

SetEnumValue<T>(int, T)

Sets the named property to the given value.

Declaration
public void SetEnumValue<T>(int index, T value) where T : struct
Parameters
Type Name Description
int index

Index of the property

T value

Value of the property

Type Parameters
Name Description
T