ClaimedLineDisplay.MaxBitmapSizeInPixels Property

Definition

Gets the maximum bitmap size.

public:
 property Size MaxBitmapSizeInPixels { Size get(); };
Size MaxBitmapSizeInPixels();
public Size MaxBitmapSizeInPixels { get; }
var size = claimedLineDisplay.maxBitmapSizeInPixels;
Public ReadOnly Property MaxBitmapSizeInPixels As Size

Property Value

The maximum bitmap size in pixels.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

When bitmaps are supported (when LineDisplayCapabilities.CanDisplayBitmaps is True) this read-only property describes the size of the screen that can display bitmaps as number of horizontal and vertical pixels. The maximum number of pixels in each direction is 65,535. When bitmaps are not supported by the device (LineDisplayCapabilities.CanDisplayBitmaps is False) the value of this property is {0, 0}.

Applies to