Class BackgroundStyle
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public class BackgroundStyle : IDisposable
- Inheritance
-
BackgroundStyle
- Implements
- Inherited Members
- Extension Methods
Fields
AntiAlias
public bool AntiAlias
Field Value
_Image
public Image? _Image
Field Value
Properties
Color
public Color Color { get; set; }
Property Value
Image
public Image? Image { get; set; }
Property Value
ImagePosition
public ImagePosition ImagePosition { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
GetImageRect(PixelRect)
public PixelRect GetImageRect(PixelRect targetRect)
Parameters
targetRect
PixelRect
Returns
Render(SKCanvas, PixelRect)
public void Render(SKCanvas canvas, PixelRect target)