ISprite2D

StockSharp.Xaml.Charting.Rendering.Common

Defines the interface to a 2D Sprite, a small fixed-size bitmap which is rendered repeatedly to the viewport

Implements: IDisposable

Properties

Height
public float Height { get; }
value = iSprite2D.Height

Gets the height of the Sprite in pixels

Width
public float Width { get; }
value = iSprite2D.Width

Gets the width of the Spite in pixels