Click or drag to resize

GdiPaintContextAddValue Method

Adds a specified object under a specified key.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddValue(
	Object key,
	Object value
)

Parameters

key  Object
The key (usually the owner of the value).
value  Object
The value.

Implements

IPaintContextAddValue(Object, Object)
See Also