InterfaceIImageExporter
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:
cs-api-definition
public interface IImageExporter : IDisposable
Inherited Members
Properties
Columns
Gets how many columns are generated using the target area.
ImageInfos
Gets the image wrappers which are used to export an BitmapSource.
Declaration
cs-api-definition
IEnumerable<ImageInfo> ImageInfos { get; }
Property Value
Methods
ExportToImage(Rect)
Export target area from RadGanttView as BitmapSource.
Declaration
cs-api-definition
BitmapSource ExportToImage(Rect targetArea)
Parameters
targetArea
Rect
The visual part of the GanttView.
Returns
BitmapSource
BitmapSource object.