VectSharp
2.2.1
A light library for C# vector graphics
|
This is the complete list of members for VectSharp.ImageSharpUtils.RasterImageStream, including all inherited members.
ClearPNGCache() | VectSharp.RasterImage | |
DataHolder | VectSharp.RasterImage | |
Dispose() | VectSharp.RasterImage | |
HasAlpha | VectSharp.RasterImage | |
Height | VectSharp.RasterImage | |
Id | VectSharp.RasterImage | |
ImageDataAddress | VectSharp.RasterImage | |
Interpolate | VectSharp.RasterImage | |
PNGStream | VectSharp.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 | |
Width | VectSharp.RasterImage |