Class BitmapSource
Inheritance
System.Object
BitmapSource
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.UI.Legacy
Assembly: Telerik.WinControls.PdfViewer.dll
Syntax
public abstract class BitmapSource
Constructors
BitmapSource()
Declaration
protected BitmapSource()
Properties
Bitmap
Declaration
public Bitmap Bitmap { get; set; }
Property Value
System.Drawing.Bitmap
|
Format
PixelHeight
Declaration
public int PixelHeight { get; set; }
Property Value
System.Int32
|
PixelWidth
Declaration
public int PixelWidth { get; set; }
Property Value
System.Int32
|
Methods
BytesToInt(Byte, Byte, Byte, Byte)
Declaration
protected static int BytesToInt(byte b1, byte b2, byte b3, byte b4)
Parameters
System.Byte
b1
|
System.Byte
b2
|
System.Byte
b3
|
System.Byte
b4
|
Returns
System.Int32
|
CopyPixels(Byte[], Int32, Int32)
Declaration
public void CopyPixels(byte[] pixels, int stride, int offset)
Parameters
System.Byte[]
pixels
|
System.Int32
stride
|
System.Int32
offset
|
CopyPixels(Int32[], Int32, Int32)
Declaration
public void CopyPixels(int[] pixels, int stride, int offset)
Parameters
System.Int32[]
pixels
|
System.Int32
stride
|
System.Int32
offset
|