Class BitmapImage
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.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public sealed class BitmapImage : BitmapSource
Constructors
BitmapImage()
Declaration
public BitmapImage()
BitmapImage(Uri)
Declaration
public BitmapImage(Uri uri)
Parameters
System.Uri
uri
|
Properties
CreateOptions
Declaration
public BitmapCreateOptions CreateOptions { get; set; }
Property Value
BitmapCreateOptions
|
PixelHeight
Declaration
public int PixelHeight { get; }
Property Value
System.Int32
|
PixelWidth
Declaration
public int PixelWidth { get; }
Property Value
System.Int32
|
StreamSource
Declaration
public Stream StreamSource { get; set; }
Property Value
System.IO.Stream
|
UriSource
Declaration
public Uri UriSource { get; set; }
Property Value
System.Uri
|