ClassRadBitmapData
Class
Represents a bitmap in 32bit ARGB format.
Definition
Namespace:Telerik.Windows.Media.Imaging
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class RadBitmapData
Inheritance: objectRadBitmapData
Constructors
RadBitmapData(RadBitmapData)
Initializes a new instance of the RadBitmapData class from another instance.
Declaration
cs-api-definition
public RadBitmapData(RadBitmapData other)
Parameters
other
RadBitmapData(int, int)
Initializes a new instance of the RadBitmapData class.
RadBitmapData(int, int, int[])
Initializes a new instance of the RadBitmapData class.
Properties
PixelHeight
Gets the height of the image in pixels.
Declaration
cs-api-definition
public int PixelHeight { get; }
Property Value
The height of the image in pixels.
PixelWidth
Gets the width of the image in pixels.
Declaration
cs-api-definition
public int PixelWidth { get; }
Property Value
The width of the image in pixels.
Methods
GetPixelColor(int, int)
Gets the color of the pixel.
SetPixelColor(int, int, Color)
Sets the color of the pixel.