Table of Contents

Class FillStyle

Namespace
ScottPlot
Assembly
ScottPlot.dll

This configuration object (reference type) permanently lives inside objects which require styling. It is recommended to use this object as an init-only property.

public class FillStyle
Inheritance
FillStyle
Inherited Members
Extension Methods

Properties

AntiAlias

public bool AntiAlias { get; set; }

Property Value

bool

CanBeRendered

public bool CanBeRendered { get; }

Property Value

bool

Color

public Color Color { get; set; }

Property Value

Color

HasValue

public bool HasValue { get; }

Property Value

bool

Hatch

public IHatch? Hatch { get; set; }

Property Value

IHatch

HatchColor

public Color HatchColor { get; set; }

Property Value

Color

IsVisible

public bool IsVisible { get; set; }

Property Value

bool

Methods

ApplyToPaint(SKPaint, PixelRect)

public void ApplyToPaint(SKPaint paint, PixelRect rect)

Parameters

paint SKPaint
rect PixelRect

Render(SKCanvas, PixelRect, SKPaint)

public void Render(SKCanvas canvas, PixelRect rect, SKPaint paint)

Parameters

canvas SKCanvas
rect PixelRect
paint SKPaint