Click or drag to resize

IPaintContext Interface

Interface to a paint context that must be used by the objects to be painted to store temporary object valid only during painting.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IPaintContext

The IPaintContext type exposes the following members.

Methods
 NameDescription
Public methodAddValue Adds a specified object under a specified key.
Public methodGetHierarchicalValueT Gets the current hierarchical value from the named stack.
Public methodGetValueT Gets an object stored under a specified key (usually the owner).
Public methodGetValueOrDefaultT Gets an object stored under a specified key (usually the owner). If the value is not available, the default value of the specified type is returned.
Public methodPopHierarchicalValueT Pops a hierarchical value from the named stack.
Public methodPushHierarchicalValueT Pushes a hierarchical value onto the named stack.
Top
See Also