VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Classes SeeAlso
In This Topic
    Vintasoft.Imaging.Drawing.Gdi Namespace (Vintasoft.Imaging.Gdi)
    In This Topic
    Contains classes, which allow to draw 2D graphics using System.Drawing.Common library.
    Classes
     ClassDescription
    ClassDefines the abstract base class of drawing brush based on System.Drawing.Brush that used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
    ClassDefines the font, which is based on System.Drawing.Font.
    ClassProvides the class that contains measurements for a GdiFont.
    ClassProvides the 2D drawing engine, which is based on GDI+ drawing surface.
    ClassRepresents the drawing factory for GdiGraphics.
    ClassDefines the graphics path based on System.Drawing.Drawing2D.GraphicsPath that provides series of connected lines and curves.
    ClassDefines a hatch brush based on System.Drawing.Drawing2D.HatchBrush.
    ClassDefines the image brush based on System.Drawing.TextureBrush that uses an image to fill the interior of a shape.
    ClassDefines the linear gradient brush, which is based on System.Drawing.Drawing2D.LinearGradientBrush and paints an area with a linear gradient.
    ClassDefines the pen based on System.Drawing.Pen that used to draw lines and curves.
    ClassDefines the region based on System.Drawing.Region that used to describe the interior of a graphics shape composed of rectangles and paths.
    ClassDefines the solid brush based on System.Drawing.SolidBrush that is used to fill the interiors of graphical shapes use single color.
    See Also