Back to Devexpress

DevExpress.Drawing Namespace

corelibraries-devexpress.md

latest7.7 KB
Original Source

DevExpress.Drawing Namespace

Contains cross-platform counterparts of the System.Drawing classes not supported in non-Windows environments.

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Classes

NameDescription
DXAdjustableArrowCapAn adjustable arrow-shaped line cap.
DXBitmapEncapsulates a bitmap which consists of the pixel data for a graphics image and its attributes.
DXBlendDefines blending patterns.
DXBrushBase class for brushes.
DXColorBlendDefines arrays of colors and positions used to interpolate color blending in a multicolor gradient.
DXCustomLineCapA custom user-defined line cap.
DXCustomLineCapBaseA base class for custom user-defined line caps.
DXFontContains the text format settings such as font size and style.
DXFontAdditionalPropertyContains additional font properties.
DXFontRepositoryA repository of user-defined fonts.
DXGraphicsAllows you to draw graphics content.
DXGraphicsPathDefines a series of connected lines and curves.
DXGraphicsPathDataContains graphical data
DXGraphicsUnitConverter staticEnables you to convert values that are calculated in some measure units to different measure units.
DXHatchBrushA rectangular brush with a hatch style, a foreground color, and a background color.
DXImageBase class for images in DevExpress controls.
DXImageFormatSpecifies the image format.
DXLinearGradientBrushA brush that paints an area with a linear gradient.
DXMarginsSpecifies the dimensions of the margins of a printed page.
DXMatrixEncapsulates a 3x2 affine matrix used for geometric transformations.
DXPathGradientBrushA brush that fills the interior of a DXGraphicsPath object with a gradient.
DXPenDefines an object used to draw lines and curves.
DXRegionDescribes the interior of a graphics shape composed of rectangles and paths.
DXSolidBrushA single-color brush.
DXStringFormatContains text layout information, display manipulations, and OpenType features.
DXSvgImageDefines a vector image.
DXTextureBrushA brush that uses an image to fill a shape interior.
DXTilingBrushBase class for pattern brushes.
NotFoundFontEventArgsContains data for the QueryNotFoundFont event.
Settings staticContains drawing engine settings.

Structs

NameDescription
DXFontDataContains information about a font in DXFontRepository.

Enums

NameDescription
DrawingEngineLists values that indicate the drawing engine.
DXClipCombineModeLists values that indicate how clipping regions can be combined.
DXCompositingModeLists values that indicate how to combine source colors with background colors.
DXDashCapLists values that indicate the type of graphic shape to use on both ends of each dash in a dashed line.
DXDashStyleLists values that indicate the dashed line style.
DXFillModeLists values that indicate fill modes of a closed path interior.
DXFontStyleLists values that indicate style information applied to text.
DXGraphicsUnitLists values that indicate the measurement unit for the given data.
DXHatchStyleLists values that indicate patterns available for a hatch brush.
DXHotkeyPrefixLists values that indicate the display mode of the hotkey prefixes.
DXInterpolationModeLists values that indicate the algorithm used when images are scaled or rotated.
DXLinearGradientModeLists values that indicate the direction of a linear gradient.
DXLineCapLists values that indicate available cap styles for a DXPen instance.
DXLineJoinLists values that indicate how to join consecutive line or curve segments in a figure.
DXMatrixOrderLists values that indicate the order for matrix transformation operations.
DXPathPointTypeList types of points available for the DXGraphicsPath instance.
DXPenTypeLists values that indicate the pen type.
DXRotateFlipTypeLists values that indicate the rotation and flip type.
DXSmoothingModeLists values that indicate smoothing (antialiasing) mode applied to lines and curves and the edges of filled areas.
DXStringAlignmentLists values that indicate the type of alignment of a text string relative to its layout rectangle.
DXStringFormatFlagsSpecifies the display and layout information for text strings.
DXStringTrimmingLists values that indicate how to trim characters from a string that does not completely fit into a layout shape.
DXTextRenderingHintLists values that indicate the quality of text rendering.
DXWrapModeLists values that indicate how to lite a texture or gradient it is smaller than the area being filled.