Click or drag to resize

IPaintContext Methods

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