Table of Contents

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

bool

_Image

public Image? _Image

Field Value

Image

Properties

Color

public Color Color { get; set; }

Property Value

Color

Image

public Image? Image { get; set; }

Property Value

Image

ImagePosition

public ImagePosition ImagePosition { get; set; }

Property Value

ImagePosition

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

PixelRect

Render(SKCanvas, PixelRect)

public void Render(SKCanvas canvas, PixelRect target)

Parameters

canvas SKCanvas
target PixelRect