Class RImage
- Namespace
- TheArtOfDev.HtmlRenderer.Adapters
- Assembly
- StockSharp.Xaml.dll
Adapter for platform specific image object - used to render images.
public abstract class RImage : IDisposable
- Inheritance
-
RImage
- Implements
- Inherited Members
- Extension Methods
Constructors
RImage()
protected RImage()
Properties
Height
Get the height, in pixels, of the image.
public abstract double Height { get; }
Property Value
Width
Get the width, in pixels, of the image.
public abstract double Width { get; }
Property Value
Methods
Dispose()
Dispose the image.
public abstract void Dispose()