VectSharp 2.6.1
A light library for C# vector graphics
|
This is the complete list of members for VectSharp.Raster.Raster, including all inherited members.
Rasterise(this Graphics graphics, Rectangle region, double scale, bool interpolate) | VectSharp.Raster.Raster | static |
SaveAsAnimatedPNG(this Animation animation, Stream imageStream, double scale=1, double frameRate=60, double durationScaling=1, AnimatedPNG.InterframeCompression interframeCompression=AnimatedPNG.InterframeCompression.First) | VectSharp.Raster.Raster | static |
SaveAsAnimatedPNG(this Animation animation, string fileName, double scale=1, double frameRate=60, double durationScaling=1, AnimatedPNG.InterframeCompression interframeCompression=AnimatedPNG.InterframeCompression.First) | VectSharp.Raster.Raster | static |
SaveAsJPEG(this Page page, string fileName, double scale=1, int quality=90) | VectSharp.Raster.Raster | static |
SaveAsPNG(this Page page, string fileName, double scale=1) | VectSharp.Raster.Raster | static |
SaveAsPNG(this Page page, Stream stream, double scale=1) | VectSharp.Raster.Raster | static |
SaveAsRawBytes(this Page pag, out int width, out int height, out int totalSize, double scale=1) | VectSharp.Raster.Raster | static |