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

Constructors

FillStyle()

public FillStyle()

FillStyle(Color)

public FillStyle(Color color)

Parameters

color Color

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(Paint, PixelRect)

public void ApplyToPaint(Paint paint, PixelRect rect)

Parameters

paint Paint
rect PixelRect

Render(RenderPack, PixelRect)

public void Render(RenderPack rp, PixelRect rect)

Parameters

rp RenderPack
rect PixelRect

Render(SKCanvas, PixelRect, Paint)

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

Parameters

canvas SKCanvas
rect PixelRect
paint Paint