IImageExporter
Interface
Interface that provides the image exporter object which is returned after callingBeginExporting(ImageExportSettings) method.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
C#
public interface IImageExporter : IDisposable
Inherited Members
Properties
Gets the image wrappers which are used to export an BitmapSource.
C#
IEnumerable<ImageInfo> ImageInfos { get; }
Methods
ExportToImage(Rect)
BitmapSource
Export target area from RadGanttView as BitmapSource.
C#
BitmapSource ExportToImage(Rect targetArea)
The visual part of the GanttView.
Returns:BitmapSource
BitmapSource object.