Table of Contents

Class RBrush

Namespace
TheArtOfDev.HtmlRenderer.Adapters
Assembly
StockSharp.Xaml.dll

Adapter for platform specific brush objects - used to fill graphics (rectangles, polygons and paths).
The brush can be solid color, gradient or image.

public abstract class RBrush : IDisposable
Inheritance
RBrush
Implements
Inherited Members
Extension Methods

Constructors

RBrush()

protected RBrush()

Methods

Dispose()

Dispose the brush.

public abstract void Dispose()