ICompositionGpuInteropImportImage(IPlatformHandle, PlatformGraphicsExternalImageProperties) Method

Asynchronously imports a texture. The returned object is immediately usable.

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
ICompositionImportedGpuImage ImportImage(
	IPlatformHandle handle,
	PlatformGraphicsExternalImageProperties properties
)

Parameters

handle  IPlatformHandle
 
properties  PlatformGraphicsExternalImageProperties
 

Return Value

ICompositionImportedGpuImage

See Also