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