Freigeben über


BitmapSize Struktur

Definition

Stellt die Größe einer Bitmap in Pixel dar.

public value class BitmapSize
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct BitmapSize
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct BitmapSize
var bitmapSize = {
width : /* Your value */,
height : /* Your value */
}
Public Structure BitmapSize
Vererbung
BitmapSize
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

Height

Die Höhe einer Bitmap in Pixel.

Width

Die Breite einer Bitmap in Pixel.

Gilt für: