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
colorColor
Properties
AntiAlias
public bool AntiAlias { get; set; }
Property Value
CanBeRendered
public bool CanBeRendered { get; }
Property Value
Color
public Color Color { get; set; }
Property Value
HasValue
public bool HasValue { get; }
Property Value
Hatch
public IHatch? Hatch { get; set; }
Property Value
HatchColor
public Color HatchColor { get; set; }
Property Value
IsVisible
public bool IsVisible { get; set; }
Property Value
Methods
ApplyToPaint(Paint, PixelRect)
public void ApplyToPaint(Paint paint, PixelRect rect)
Parameters
Render(RenderPack, PixelRect)
public void Render(RenderPack rp, PixelRect rect)
Parameters
rpRenderPackrectPixelRect
Render(SKCanvas, PixelRect, Paint)
public void Render(SKCanvas canvas, PixelRect rect, Paint paint)