Class ChartModelToImageConverter
Class responsible for creating a chart image used while dragging , resizing.
Inheritance
Namespace: Telerik.Windows.Controls.Spreadsheet.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ChartModelToImageConverter : Object, IChartModelToImageConverter
Constructors
ChartModelToImageConverter()
Declaration
public ChartModelToImageConverter()
Methods
GetBitmapSourceFromFloatingChartShape(FloatingChartShape)
Creates an image from the given Telerik.
Declaration
public BitmapSource GetBitmapSourceFromFloatingChartShape(FloatingChartShape floatingChartShape)
Parameters
Telerik. The Telerik. |
Returns
System.
|
GetBitmapSourceFromFloatingChartShape(FloatingChartShape, Double, Double)
Creates an image from the given Telerik.
Declaration
public BitmapSource GetBitmapSourceFromFloatingChartShape(FloatingChartShape floatingChartShape, double dpiH, double dpiV)
Parameters
Telerik. The Telerik. |
System. Horizontal dpi. |
System. Vertical dpi. |
Returns
System.
|
GetBitmapSourceFromFloatingChartShape(FloatingChartShape, Double, Double, Size)
Creates an image from the given Telerik.
Declaration
public BitmapSource GetBitmapSourceFromFloatingChartShape(FloatingChartShape floatingChartShape, double dpiH, double dpiV, Size scale)
Parameters
Telerik. The Telerik. |
System. Horizontal dpi. |
System. Vertical dpi. |
System. Scale factor. |
Returns
System.
|
GetBitmapSourceFromFloatingChartShape(FloatingChartShape, Size)
Creates an image from the given Telerik.
Declaration
public BitmapSource GetBitmapSourceFromFloatingChartShape(FloatingChartShape floatingChartShape, Size scale)
Parameters
Telerik. The Telerik. |
System. Scale factor. |
Returns
System.
|