VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Classes Enumerations Structures Interfaces SeeAlso
In This Topic
    Vintasoft.Imaging.Drawing Namespace (Vintasoft.Imaging)
    In This Topic
    Contains base classes for graphics functionality.
    Classes
     ClassDescription
    ClassA drawing engine, which combines behaviour of two drawing engines.
    ClassProvides an abstract base class of a 2D drawing engine.
    ClassProvides the abstract base class of drawing factory that allows to create graphic primitives (pen, brush, font, bitmap, etc) for 2D drawing engine.
    ClassProvides a base class of font.
    ClassProvides data for the Fallback event.
    ClassProvides the abstract base class that contains measurements for a IDrawingFont.
    ClassThe text font that uses fallback font in case when the font cannot draw text symbol.
    ClassProvides a base class for wrapper of IDrawingFont.
    ClassDefines the brush that has a hatch style, a foreground color, and a background color.
    ClassDefines a line cap.
    ClassProvides a Unicode string that is used for drawing of text using a font.
    ClassRepresents a builder for drawing string.
    ClassContains collection of helper-algorithms for drawing.
    ClassProvides the empty drawing engine.
    ClassDescribes the location and color of a transition point in a gradient.
    ClassProvides a base class of graphics path - series of connected lines and curves.
    ClassContains the color blending properties for the graphics path.
    ClassContains the graphical data that makes up a graphics path object.
    ClassProvides a base class of graphics path wrapper.
    ClassProvides an abstract base class of a raster drawing engine.
    ClassEncapsulates the text layout properties.
    ClassProvides the class that contains measurements for a TrueType font.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available patterns for IDrawingHatchBrush.
    EnumerationSpecifies available brush tile modes of an image or gradient brush when it is smaller than the area being filled.
    EnumerationSpecifies available modes, which define how to combine the source colors with the background colors.
    EnumerationSpecifies available styles of the caps at the ends of the lines.
    EnumerationSpecifies available smoothing (antialiasing) modes, which can be applied to lines and curves and the edges of filled areas.
    EnumerationSpecifies available fill modes of the interior of a closed path.
    EnumerationSpecifies available point types and flags for the data points in a path.
    EnumerationSpecifies available styles for line cap.
    EnumerationSpecifies available styles for the type of graphic shape to use on both ends of each dash in a dashed line.
    EnumerationSpecifies available styles of joining consecutive line or curve segments in a figure (subpath) contained in a graphics path object.
    EnumerationSpecifies available combine modes of different clipping regions.
    EnumerationSpecifies available qualities of text rendering on raster drawing engine.
    EnumerationSpecifies available text rendering methods.
    Structures
     StructureDescription
    StructureRepresents a text symbol, which defines the Unicode text sequence and corresponded content code.
    Interfaces
     InterfaceDescription
    InterfaceProvides an interface of object used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
    InterfaceProvides an interface of IDrawingBrush wrapper.
    InterfaceProvides an interface of text font.
    InterfaceProvides an interface of brush, which has a hatch style, a foreground color, and a background color.
    InterfaceProvides an interface of brush, which uses image to fill the interior of a shape.
    InterfaceProvides an interface of brush, which paints an area with a linear gradient.
    InterfaceProvides an interface of object used to draw lines and curves.
    InterfaceProvides an interface of solid brush.
    InterfaceProvides an interface of graphics path - series of connected lines and curves.
    InterfaceProvides an interfase of object that describes the interior of a graphics shape composed of rectangles and paths.
    See Also