[]
Sets the named property to the given value.
public void SetValue(int index, int value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| int | value | Value of the property |
Sets the named property to the given value.
[CLSCompliant(false)]
public void SetValue(int index, uint value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| uint | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, bool value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| bool | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Guid value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Guid | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, float value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| float | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Vector2 value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Vector2 | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Vector3 value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Vector3 | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Vector4 value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Vector4 | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Point2F value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Point2F | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, RectF value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| RectF | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, ColorF value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| ColorF | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Matrix3x2 value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Matrix3x2 | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Matrix4x4 value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Matrix4x4 | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, Matrix5x4 value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| Matrix5x4 | value | Value of the property |
Sets the named property to the given value.
public void SetValue(int index, string value)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| string | value | Value of the property |
Sets the named property to the given value.
public void SetValue<T>(int index, T value) where T : ComObject
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| T | value | Value of the property |
| Name | Description |
|---|---|
| T |
Sets the named property to the given value.
public void SetValue<T>(int index, PropertyType type, T value) where T : struct
| Type | Name | Description |
|---|---|---|
| int | index | Index of the property |
| PropertyType | type | Property type. |
| T | value | Value of the property |
| Name | Description |
|---|---|
| T |
HRESULT ID2D1Properties::SetValue([In] unsigned int index,[In] D2D1_PROPERTY_TYPE type,[In, Buffer] const void* data,[In] unsigned int dataSize)
public void SetValue(int index, PropertyType type, IntPtr data, int dataSize)
| Type | Name | Description |
|---|---|---|
| int | index | |
| PropertyType | type | |
| IntPtr | data | |
| int | dataSize |