Overload | Description |
---|---|
Convert(SKBitmap,Boolean) | Converts the specified SkiaSharp.SKBitmap object to the VintasoftBitmap object. |
Convert(VintasoftBitmap,Boolean) | Converts the specified VintasoftBitmap object to the SkiaSharp.SKBitmap object. Ownership of the bitmap is transferred, so the caller must not reference it again. |
Convert(SKRectI) | Converts the SkiaSharp.SKRectI value to the VintasoftRectI value. |
Convert(VintasoftRectI) | Converts the VintasoftRectI value to the SkiaSharp.SKRectI value. |
Convert(SKRect) | Converts the SkiaSharp.SKRect value to the VintasoftRectF value. |
Convert(VintasoftRectF) | Converts the VintasoftRectF value to the SkiaSharp.SKRect value. |
Convert(SKPointI) | Converts the SkiaSharp.SKPointI value to the VintasoftPointI value. |
Convert(VintasoftPointI) | Converts the VintasoftPointI value to the SkiaSharp.SKPointI value. |
Convert(SKPoint) | Converts the SkiaSharp.SKPoint value to the VintasoftPointF value. |
Convert(VintasoftPointF) | Converts the VintasoftPointF value to the SkiaSharp.SKPoint value. |
Convert(SKColor) | Converts the SkiaSharp.SKColor value to the VintasoftColor value. |
Convert(VintasoftColor) | Converts the VintasoftColor value to the SkiaSharp.SKColor value. |
Convert(BarcodePathData) | Converts the BarcodePathData object to the SkiaSharp.SkiaSharp.SKPath object. |
Convert(SKPath) | Converts the SkiaSharp.SkiaSharp.SKPath object to the BarcodePathData object. |