Freigeben über


DisplayPrimaryDescription.CreateWithProperties Methode

Definition

Erstellt eine primäre Beschreibung mit den angegebenen Standardeigenschaften sowie zusätzlichen Eigenschaften.

public:
 static DisplayPrimaryDescription ^ CreateWithProperties(IIterable<IKeyValuePair<Platform::Guid, Platform::Object ^> ^> ^ extraProperties, unsigned int width, unsigned int height, DirectXPixelFormat pixelFormat, DirectXColorSpace colorSpace, bool isStereo, Direct3DMultisampleDescription multisampleDescription);
 static DisplayPrimaryDescription CreateWithProperties(IIterable<IKeyValuePair<winrt::guid, IInspectable const&>> const& extraProperties, uint32_t const& width, uint32_t const& height, DirectXPixelFormat const& pixelFormat, DirectXColorSpace const& colorSpace, bool const& isStereo, Direct3DMultisampleDescription const& multisampleDescription);
public static DisplayPrimaryDescription CreateWithProperties(IEnumerable<KeyValuePair<Guid,object>> extraProperties, uint width, uint height, DirectXPixelFormat pixelFormat, DirectXColorSpace colorSpace, bool isStereo, Direct3DMultisampleDescription multisampleDescription);
function createWithProperties(extraProperties, width, height, pixelFormat, colorSpace, isStereo, multisampleDescription)
Public Shared Function CreateWithProperties (extraProperties As IEnumerable(Of KeyValuePair(Of Guid, Object)), width As UInteger, height As UInteger, pixelFormat As DirectXPixelFormat, colorSpace As DirectXColorSpace, isStereo As Boolean, multisampleDescription As Direct3DMultisampleDescription) As DisplayPrimaryDescription

Parameter

extraProperties

IIterable<IKeyValuePair<Guid,Object>>

IEnumerable<KeyValuePair<Guid,Object>>

IIterable<IKeyValuePair<Platform::Guid,Platform::Object>>

IIterable<IKeyValuePair<winrt::guid,IInspectable>>

Für die zukünftige Verwendung reserviert.

width
UInt32

unsigned int

uint32_t

height
UInt32

unsigned int

uint32_t

pixelFormat
DirectXPixelFormat
colorSpace
DirectXColorSpace
isStereo
Boolean

bool

multisampleDescription
Direct3DMultisampleDescription

Gibt zurück

Gilt für: