BitmapSource.PixelWidth Property

Definition

Gets the width of the bitmap in pixels.

public:
 virtual property int PixelWidth { int get(); };
public virtual int PixelWidth { get; }
member this.PixelWidth : int
Public Overridable ReadOnly Property PixelWidth As Integer

Property Value

The width of the bitmap in pixels.

Applies to