ICompositionGpuInteropImportImage(IPlatformHandle, PlatformGraphicsExternalImageProperties) Method
Asynchronously imports a texture. The returned object is immediately usable.
Namespace: Avalonia.Rendering.CompositionAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
ICompositionImportedGpuImage ImportImage(
IPlatformHandle handle,
PlatformGraphicsExternalImageProperties properties
)
Function ImportImage (
handle As IPlatformHandle,
properties As PlatformGraphicsExternalImageProperties
) As ICompositionImportedGpuImage
abstract ImportImage :
handle : IPlatformHandle *
properties : PlatformGraphicsExternalImageProperties -> ICompositionImportedGpuImage
- handle IPlatformHandle
-
- properties PlatformGraphicsExternalImageProperties
-
ICompositionImportedGpuImage