NGraphicsHintSet Class Members
In This Topic
The following tables list the members exposed by NGraphicsHintSet.
Public Constructors
Public Fields
| Name | Description |
  | All | The All set - Nulls and hints of any type. |
  | None | The Empty set - no Nulls and no hints of any type. |
Top
Public Properties
| Name | Description |
 | BaseTypes | Gets the base types of hints supported by this set. |
 | SupportsNull | Gets whether this set supports null hints |
Top
Public Methods
| Name | Description |
 | IsSupported | Queries whether the specified hintType is contained in this set (i.e. is a BaseType or a descendant of a base type). |
Top
See Also