ScottPlot
|
This is the complete list of members for ScottPlot.Image, including all inherited members.
Dispose() | ScottPlot.Image | inline |
GetArrayGrayscale() | ScottPlot.Image | inline |
GetArrayRGB() | ScottPlot.Image | inline |
GetAutoscaledImage() | ScottPlot.Image | inline |
GetImageBytes(ImageFormat format=ImageFormat.Png, int quality=100) | ScottPlot.Image | inline |
Height | ScottPlot.Image | |
Image(SKSurface surface) | ScottPlot.Image | inline |
Image(string filename) | ScottPlot.Image | inline |
Image(byte[] bytes) | ScottPlot.Image | inline |
Image(SKBitmap bmp) | ScottPlot.Image | inline |
Image(int width, int height) | ScottPlot.Image | inline |
Image(PixelSize size) | ScottPlot.Image | inline |
Image(int width, int height, Color color) | ScottPlot.Image | inline |
Image(byte[,] pixelArray) | ScottPlot.Image | inline |
Image(byte[,,] pixelArray) | ScottPlot.Image | inline |
Render(SKCanvas canvas, PixelRect target, SKPaint paint, bool antiAlias) | ScottPlot.Image | inline |
Resized(int newWidth, int newHeight, bool antiAlias=true) | ScottPlot.Image | inline |
Save(string path, ImageFormat format=ImageFormat.Png, int quality=85) | ScottPlot.Image | inline |
SaveBmp(string path) | ScottPlot.Image | inline |
SaveJpeg(string path, int quality=85) | ScottPlot.Image | inline |
SavePng(string path) | ScottPlot.Image | inline |
SaveWebp(string path, int quality=85) | ScottPlot.Image | inline |
Scaled(double scale, bool antiAlias=true) | ScottPlot.Image | inline |
Scaled(double scaleX, double scaleY, bool antiAlias=true) | ScottPlot.Image | inline |
Size | ScottPlot.Image | |
SKImage | ScottPlot.Image | protected |
Width | ScottPlot.Image |