VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / GdiConverter Class / Convert Methods
In This Topic
    Convert Method (GdiConverter)
    In This Topic
    Overloaded. Converts from Microsoft .NET to from Vintasoft.
    Overload List
    OverloadDescription
    Converts System.Drawing.Imaging.PixelFormat from Microsoft .NET to PixelFormat from Vintasoft.
    Converts array of VintasoftPointF to array of System.Drawing.PointF structure.
    Converts array of System.Drawing.PointF to array of VintasoftPointF structure.
    Converts VintasoftPointF to System.Drawing.PointF structure.
    Converts System.Drawing.PointF to VintasoftPointF structure.
    Converts array of VintasoftPointF to array of System.Drawing.PointF structure.
    Converts array of System.Drawing.Point to array of VintasoftPointI structure.
    Converts VintasoftPointI to System.Drawing.Point structure.
    Converts System.Drawing.Point to VintasoftPointI structure.
    Converts VintasoftSizeF to System.Drawing.Size structure.
    Converts System.Drawing.Size to VintasoftSizeI structure.
    Converts VintasoftSizeF to System.Drawing.SizeF structure.
    Converts System.Drawing.SizeF to VintasoftSizeF structure.
    Converts VintasoftRectF to System.Drawing.RectangleF structure.
    Converts System.Drawing.RectangleF to VintasoftRectF structure.
    Converts VintasoftRectI to System.Drawing.Rectangle structure.
    Converts System.Drawing.Rectangle to VintasoftRectI structure.
    Converts the BrushTileMode from Vintasoft to the System.Drawing.Drawing2D.WrapMode from Microsoft .NET.
    Converts the System.Drawing.Drawing2D.WrapMode from Microsoft .NET to the BrushTileMode from Vintasoft.
    Converts the Palette from Vintasoft to the System.Drawing.Imaging.ColorPalette from Microsoft .NET.
    Converts the System.Drawing.Imaging.ColorPalette from Microsoft .NET to the Palette from Vintasoft.
    Converts DrawingCompositingMode to System.Drawing.Drawing2D.CompositingMode enumeration.
    Converts System.Drawing.Drawing2D.CompositingMode to DrawingCompositingMode enumeration.
    Converts DrawingSmoothingMode to System.Drawing.Drawing2D.SmoothingMode enumeration.
    Converts System.Drawing.Drawing2D.SmoothingMode to DrawingSmoothingMode enumeration.
    Converts ImageInterpolationMode to System.Drawing.Drawing2D.InterpolationMode enumeration.
    Converts System.Drawing.Drawing2D.InterpolationMode to ImageInterpolationMode enumeration.
    Converts an AffineMatrix object to a System.Drawing.Drawing2D.Matrix object.
    Converts a System.Drawing.Drawing2D.Matrix object to a AffineMatrix object.
    Converts PixelFormat from Vintasoft to System.Drawing.Imaging.PixelFormat from Microsoft .NET.
    Converts System.Drawing.Color to VintasoftColor structure.
    Converts VintasoftColor to System.Drawing.Color structure.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also