[Missing <summary> documentation for "N:Altaxo.Drawing"]
Classes | Class | Description |
---|
 | AxoColors | |
 | BrushesX |
Holds some standard brushes.
|
 | BrushTypeXmlSerializationSurrogate0 |
2020-03-30 Version2: Moved from Altaxo.Graph.Gdi namespace to Altaxo.Drawing namespace
|
 | BrushX |
Holds all information neccessary to create a brush
of any kind without allocating resources, so this class
can be made serializable.
|
 | FontInfo |
Holds Information about the metrics of a font.
|
 | FontX |
Encapsulates a font in an immutable instance. Please use the GdiFontManager to create an instance of this class (or any other font manager).
|
 | GdiColorHelper | |
 | ImageExtensions |
Extensions for Image.
|
 | ImageProxy |
Holds an image, either from a resource or from a file stream or from the clipboard.
|
 | MemoryStreamImageProxy |
Holds an image, either from a resource or from a file stream or from the clipboard.
|
 | NamedColors | |
 | NamedColorTypeConverter |
Converts known NamedColors from and to a string.
|
 | PenX |
PenX is a graphics framework independent pen object. Use Instance to convert it into a Gdi pen.
|
 | ResourceImageProxy |
Holds an image, either from a resource or from a file stream or from the clipboard.
|
 | StyleListBagTList, TItem |
Used to store user color sets in the user's settings.
|
 | StyleListBaseT | |
 | StyleListManagerBaseTList, TItem, TListManagerEntry |
Implements a basic manager for style lists.
|
 | StyleListManagerBaseEntryValueTList, T |
Entry for the StyleListManagerBase that bundles the list and its definition level.
|
 | StyleListManagerBaseForClassesTList, TItem, TListManagerEntry |
Base class for style lists whose items are immutable class instances.
|
Structures | Structure | Description |
---|
 | AxoColor | |
 | BrushXEnv |
Represents an immutable BrushX in its environment (rectangle and resolution). This structure is immutable itself.
|
 | NamedColor | |
 | PenXEnv |
Represents an immutable PenX in its environment (rectangle and resolution). This structure is immutable itself.
|
 | TextureScaling |
Designates how and how much a texture image should be scaled.
|
Interfaces | Interface | Description |
---|
 | IDashPattern | |
 | ILineCap |
Interface to a start or end line cap of a line.
|
 | IStyleListT |
Lists of styles, for instance scatter styles, line styles, etc., that are used in grouping.
This list has to be immutable.
|
 | IStyleListManagerTList, T |
Manager for style lists. Usually only a single instance of this manager should exist in the application.
|
Enumerations