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.3179.0 (4.8.3179.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 
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 
Public methodPushHierarchicalValueT 
Top
See Also