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