Eto.Drawing Namespace |
| Class | Description | |
|---|---|---|
| Bitmap |
Represents an image
| |
| BitmapData |
Bitmap data information when accessing a Bitmap's data directly
| |
| Brush |
Base brush class to use when calling fill methods of a Graphics object
| |
| Brushes |
List of brushes with common colors and brush cache for solid color brushes
| |
| ColorConverter | Obsolete.
Converts instances of other types to and from a Color.
| |
| Colors |
List of common colors
| |
| DashStyle |
Dash style for a Pen | |
| DashStyles |
Common dash styles used for DashStyle | |
| Font |
Defines a format for text
| |
| FontFamilies |
Defines generic font families that can be used on all systems
| |
| FontFamily |
Specifies a family for a Font object
| |
| Fonts |
Methods to get information about current fonts installed the running system
| |
| FontTypeface |
A font type that specifies the characteristics of a FontFamily variation
| |
| FormattedText |
Low level object that provides drawing text with formatting.
| |
| Graphics |
Graphics context object for drawing operations
| |
| GraphicsPath |
Defines primitives that can be used to draw or fill a path on a Graphics object
| |
| GraphicsPathExtensions |
Extensions for the IGraphicsPath | |
| Icon |
Represents an icon which allows for multiple sizes and resolutions of an image
| |
| IconFrame |
Represents a frame in an Icon.
| |
| Image |
Base class for images
| |
| ImageConverter | Obsolete.
Converter to convert a string to an Image | |
| IndexedBitmap |
Represents a bitmap where each pixel is specified as an index in a Palette | |
| LinearGradientBrush |
Brush with a linear gradient at an angle
| |
| Matrix |
Methods to create and manage an IMatrix | |
| PaddingConverter | Obsolete.
Converter for the Padding class
| |
| Palette |
Represents a collection of Color objects
| |
| Pen |
Defines attributes for line drawing methods in Graphics | |
| Pens |
List of pens with common colors and pen cache for pens with a specified color/thickness
| |
| PointConverter | Obsolete.
Converter for the Point class
| |
| PointFConverter | Obsolete.
Converter for the PointF class
| |
| RadialGradientBrush |
Brush with an elliptical radial gradient from a specified origin.
| |
| RectangleConverter | Obsolete.
Converter for the Rectangle class
| |
| RectangleFConverter | Obsolete.
Converter for the RectangleF class
| |
| Region |
Defines a region to use for clipping
| |
| SizeConverter | Obsolete.
Converter for the Size class
| |
| SizeFConverter | Obsolete.
Converter for the SizeF class
| |
| SolidBrush |
Defines a brush with a solid color for use with Graphics fill operations
| |
| SystemColors |
Methods to get colors of system elements
| |
| SystemFonts |
Methods to get information about current fonts installed the running system
| |
| TextureBrush |
Defines a brush with an image texture for use with Graphics fill operations
|
| Structure | Description | |
|---|---|---|
| Color |
Represents a color with RGBA (Red, Green, Blue, and Alpha) components
| |
| ColorCMYK |
Represents a color in the CMYK color model.
| |
| ColorHSB |
Color representation in HSB color model
| |
| ColorHSL |
Color representation in the HSL color model
| |
| Padding |
Represents an amount of padding to apply to an object at the top, left, right, and bottom.
| |
| Point |
A struct representing X and Y co-ordinates as integer values
| |
| PointF |
A struct representing X and Y co-ordinates as floating point values
| |
| Rectangle |
Represents a rectangle with a location (X, Y) and size (Width, Height) components.
| |
| RectangleF |
Represents a floating point rectangle with a location (X, Y) and size (Width, Height) components.
| |
| Size |
Represents a size with width and height components
| |
| SizeF |
Represents a floating point size with width and height components
|
| Interface | Description | |
|---|---|---|
| BitmapIHandler |
Handler interface for the Bitmap class
| |
| BrushIHandler |
Base interface for brush handlers of type Brush | |
| FontIHandler |
Platform handler for the Font class
| |
| FontFamilyIHandler |
Interface for a FontFamily handler
| |
| FontsIHandler |
Platform handler interface for the Fonts class
| |
| FontTypefaceIHandler |
Platform handler interface for the FontTypeface class
| |
| FormattedTextIHandler |
Handler for implementations of the FormattedText class.
| |
| GraphicsIHandler |
Platform handler interface for the Graphics class
| |
| GraphicsPathIHandler |
Handler interface for the IGraphicsPath | |
| IconIHandler |
Platform handler for the Icon class
| |
| IconFrameIHandler |
Handler interface for platform implementations of the IconFrame | |
| IGraphicsPath |
Graphics path to be used for drawing or filling using a Graphics object
| |
| ILockableImage |
Interface for an image that can have its data locked for direct access
| |
| ImageIHandler |
Handler interface for the Image class
| |
| IMatrix | ||
| IndexedBitmapIHandler |
Handler for the IndexedBitmap class
| |
| ITransformBrush |
Interface for brushes with a transform
| |
| LinearGradientBrushIHandler |
Handler interface for the LinearGradientBrush | |
| MatrixIHandler |
Handler interface for the IMatrix | |
| PenIHandler |
Defines a pen to be used with the Graphics drawing methods
| |
| RadialGradientBrushIHandler |
Handler interface for the RadialGradientBrush | |
| RegionIHandler |
Handler interface for the Region class
| |
| SolidBrushIHandler |
Platform handler interface for SolidBrush | |
| SystemColorsIHandler |
Handler interface for SystemColors | |
| TextureBrushIHandler |
Platform handler interface for TextureBrush |
| Enumeration | Description | |
|---|---|---|
| FillMode |
Mode for how a closed IGraphicsPath is filled
| |
| FontDecoration |
Decorations for a Font | |
| FontStyle |
Syles for a Font | |
| FormattedTextAlignment |
Alignment mode for the FormattedText | |
| FormattedTextTrimming |
Trimming mode for the FormattedText.
| |
| FormattedTextWrapMode |
Wrap mode for the FormattedText.
| |
| GradientWrapMode |
Wrap mode for a gradient
| |
| ImageFormat |
Format of the image to use when saving, loading, etc.
| |
| ImageInterpolation |
Interpolation modes when drawing images using the Graphics object
| |
| PenLineCap |
Specifies the line cap for a Pen | |
| PenLineJoin |
Specifies how lines are joined for a Pen | |
| PixelFormat |
Format of bytes used in a Bitmap | |
| PixelOffsetMode |
Enumeration of the pixel offset modes of a Graphics | |
| SystemFont |
Enumeration of the different system fonts for a Font |