Show / Hide Table of Contents

Namespace TheXDS.MCART.Types

Classes

Abgr16ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 16 bits, 5 bits por canal, 1 bit de alfa.

Abgr2222ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 8 bits, 2 bits por canal, 2 bits de alfa.

Abgr32ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 32 bits, 8 bits por canal, 8 bits de alfa, ordenados como AABBGGRR.

Abgr4444ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 16 bits, 4 bits por canal, 4 bits de alfa.

AppCloseTrigger

Implements a closable object that can terminate a running application.

AutoDictionary<TKey, TValue>

Dictionary with support for automatic instantiation of non-existent keys.

AvaloniaWindow

Extiende la clase Avalonia.Controls.Window para implementar la interfaz IAvaloniaWindow.

AvaloniaWindowWrap

Envuelve una ventana de Avalonia para brindar servicios adicionales de gestión de ventana.

Bgr12ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 12 bits, 4 bits por canal, sin alfa.

Bgr222ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 6 bits, 2 bits por canal, sin alfa.

Bgr24ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 24 bits, 8 bits por canal, sin alfa.

Bgr555ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 15 bits, 5 bits por canal, sin alfa.

Bgr565ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 16 bits, 5 bits para los canales rojo y azul, 6 para el canal verde, sin alfa.

CellStyle<T>

Object-oriented WPF style for TableCell elements.

ColorimetricGrayscaleColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor monocromático de 8 bits sin alfa, en el espacio colorimétrico de escala de grises.

ColumnBuilder<TObject, TItem>

Class that describes a data selector for generating a data column within a table.

EventBuildInfo

Contains information about event definitions in types built at runtime.

ExposeGuidImplementor

Directly implements IExposeGuid.

GrayscaleColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor monocromático de 8 bits (escala de grises) sin alfa, en escala lineal.

Grouping<TKey, TElement>

Represents a strongly typed collection of elements that share a unique key.

Indexed8ColorParser

Implementa un IColorParser<T> que incluye información de una paleta de colores.

ListEx<T>

Observable extension of the List<T> class. Provides all previously available functionality and includes some useful extensions.

ManualObservableCollection<T>

Implements a manually notified observable wrapper for any object that implements IEnumerable<T>.

MemberBuildInfo<T>

Base class containing shared information for building a class member.

MethodBuildInfo

Contains information about the construction of a method.

MonochromeColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor monocromático de 1 bit, sin alfa.

NamedObject

Defines some useful methods that can be used to create objects of type NamedObject<T>.

ObservableCollectionWrap<T>

Wraps a collection to provide property and collection changed notification events.

ObservableDictionaryWrap<TKey, TValue>

Wraps a dictionary to provide property and collection changed notification events.

ObservableListWrap

Wraps a list to provide notifications when the collection's content changes.

ObservableListWrap<T>

Wraps a generic list to provide notifications when the collection's content changes.

OpenList<T>

Class that represents a generic collection that can contain queue elements at the end.

PauseTokenSource

A class that allows for the creation and management of PauseToken objects, used for cooperatively pausing task execution.

PropertyBuildInfo

Contains information about the construction of a property.

Rgb233ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 8 bits, 3 bits para los canales rojo y verde, 2 para el canal azul, sin alfa.

Rgb565ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 16 bits, 5 bits para los canales rojo y azul, 6 para el canal verde, sin alfa.

Rgba16ColorParser

Implementa un IColorParser<T> que tiene como formato de color un valor de 16 bits, 5 bits por canal, 1 bit de alfa.

TcpClientEx

Extension of the TcpClient class that implements observation of the object's disposal state.

TimerEx

Extension of the TimerEx class. Provides all previously available functionality, and includes some useful extensions.

TypeBuilderHelpers

Contains helper functions for building types at runtime.

TypeBuilder<T>

TypeBuilder that includes strongly typed information about its base class.

TypeExpression

Represents an expression that can be resolved to a defined type.

TypeFactory

Type factory. Allows defining and compiling new types at runtime.

VgaAttributeByteColorParser

Implementa un IColorParser<T> que tiene como formato de color un byte de atributo VGA con información de color e intensidad, ignorando el color de fondo y el bit de Blink.

WinFormsWindowWrap

Wraps a Windows Forms Form to provide additional window management services.

WpfStyle

Common style reference for WPF.

WpfWindow

Extends the Window class to implement the IWpfWindow interface.

WpfWindowWrap

Wraps a Windows Presentation Framework Window to provide additional window‑management services.

Structs

Color

Estructura universal que describe un color en sus componentes alfa, rojo, verde y azul.

NamedObject<T>

Structure that allows labeling any object.

PauseToken

A structure that represents a token used to temporarily pause task execution.

Point

Universal type for a set of two-dimensional coordinates.

Point3D

Universal type for a set of three-dimensional coordinates.

Range<T>

Defines a range of values.

Size

Universal structure that describes the size of an object in width and height in a two-dimensional space.

Size3D

Universal structure that describes the size of an object in width and height in a two-dimensional space.

Interfaces

ICellStyle

Defines a set of members to be implemented by a class that describes styles for TableCell objects.

IColumnBuilder<TObject>

Class that describes a data selector for generating a data column within a table.

ITypeBuilder<T>

Defines members to be implemented by a descriptor of TypeBuilder that includes strongly typed information about the base type to inherit.

IWpfStyle

Defines a series of members to be implemented by a class that describes styles for WPF elements.

Enums

ListUpdateType

Enumerates the types of list update

In this article
Back to top Generated by DocFX