VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / GdiConverter Class / Convert Methods
In This Topic
    Convert Method (GdiConverter)
    In This Topic
    Overloaded. Converts the System.Drawing.Imaging.PixelFormat value to the Vintasoft.Imaging.PixelFormat value.
    Overload List
    OverloadDescription
    Converts the System.Drawing.Imaging.PixelFormat value to the Vintasoft.Imaging.PixelFormat value.
    Converts System.Drawing.Drawing2D.GraphicsPath to BarcodePathData class.
    Converts BarcodePathData to System.Drawing.Drawing2D.GraphicsPath class.
    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 specified TextFont to System.Drawing.Font. Ownership of the font is transferred, so the caller must not reference it again.
    Converts the specified System.Drawing.Font to TextFont. Ownership of the font is transferred, so the caller must not reference it again.
    Converts the specified VintasoftBitmap to the System.Drawing.Bitmap.
    Converts the specified System.Drawing.Bitmap to the VintasoftBitmap.
    Converts the Vintasoft.Imaging.Palette value to the System.Drawing.Imaging.ColorPalette value.
    Converts the System.Drawing.Imaging.ColorPalette value to the Vintasoft.Imaging.Palette value.
    Converts the Vintasoft.Imaging.PixelFormat value to the System.Drawing.Imaging.PixelFormat value.
    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