Overload | Description |
---|---|
Convert(Image,Boolean) | Converts the specified SixLabors.ImageSharp.Image object to the VintasoftBitmap object. |
Convert(VintasoftBitmap,Boolean) | Converts the specified VintasoftBitmap to the SixLabors.ImageSharp.Image object. Ownership of the bitmap is transferred, so the caller must not reference it again. |
Convert(PointF) | Converts the SixLabors.ImageSharp.PointF value to the VintasoftPointF value. |
Convert(VintasoftPointF) | Converts VintasoftPointF to the SixLabors.ImageSharp.PointF value. |
Convert(Color) | Converts the SixLabors.ImageSharp.Color value to the VintasoftColor value. |
Convert(VintasoftColor) | Converts the VintasoftColor value to the SixLabors.ImageSharp.Color value. |
Convert(BarcodePathData) | Converts the BarcodePathData object to the SixLabors.ImageSharp.Drawing.IPath object. |