Class XBitmapSource
Defines an abstract base class for pixel-based images.
public abstract class XBitmapSource : XImage, IDisposable
- Inheritance
-
XBitmapSource
- Implements
- Derived
- Inherited Members
Constructors
XBitmapSource()
protected XBitmapSource()
Properties
PixelHeight
Gets the height of the image in pixels.
public override int PixelHeight { get; }
Property Value
PixelWidth
Gets the width of the image in pixels.
public override int PixelWidth { get; }