VectSharp  2.2.1
A light library for C# vector graphics
VectSharp.ImageSharpUtils.RasterImageStream Member List

This is the complete list of members for VectSharp.ImageSharpUtils.RasterImageStream, including all inherited members.

ClearPNGCache()VectSharp.RasterImage
DataHolderVectSharp.RasterImage
Dispose()VectSharp.RasterImage
HasAlphaVectSharp.RasterImage
HeightVectSharp.RasterImage
IdVectSharp.RasterImage
ImageDataAddressVectSharp.RasterImage
InterpolateVectSharp.RasterImage
PNGStreamVectSharp.RasterImage
RasterImage(IntPtr pixelData, int width, int height, bool hasAlpha, bool interpolate)VectSharp.RasterImage
RasterImage(ref DisposableIntPtr pixelData, int width, int height, bool hasAlpha, bool interpolate)VectSharp.RasterImage
RasterImage(byte[] data, int width, int height, PixelFormats pixelFormat, bool interpolate)VectSharp.RasterImage
RasterImageStream(Stream imageStream, bool alpha=true, bool interpolate=true)VectSharp.ImageSharpUtils.RasterImageStream
RasterImageStream(IntPtr imageAddress, int imageLength, bool alpha=true, bool interpolate=true)VectSharp.ImageSharpUtils.RasterImageStream
WidthVectSharp.RasterImage