Click or drag to resize

MCGUIIcons Class

Represents a storage of icons used in UI.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceMCGUIIcons

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public sealed class MCGUIIcons

The MCGUIIcons type exposes the following members.

Constructors
  NameDescription
Public methodMCGUIIcons
Initializes a new instance of the MCGUIIcons class
Top
Fields
  NameDescription
Public fieldSettingsSmallIcon
A small settings icon.
Public fieldSolidTriangleIcon
The texture of a solid triangle icon.
Public fieldWireframeTriangleIcon
The texture of a wireframe triangle icon.
Top
See Also