Class ImageInfo
Represents wrapper which helps exporting images.
Inheritance
System.Object
ImageInfo
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class ImageInfo : Object
Methods
Export()
Exports BitmapSource for this object.
Declaration
public BitmapSource Export()
Returns
System.Windows.Media.Imaging.BitmapSource
The BitmapSource object. |