ImportImage(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)
- C#
- VB
- F#
ICompositionImportedGpuImage ImportImage(
IPlatformHandle handle,
PlatformGraphicsExternalImageProperties properties
)
Function ImportImage (
handle As IPlatformHandle,
properties As PlatformGraphicsExternalImageProperties
) As ICompositionImportedGpuImage
abstract ImportImage :
handle : IPlatformHandle *
properties : PlatformGraphicsExternalImageProperties -> ICompositionImportedGpuImage
Parameters
Return Value
ICompositionImportedGpuImageSee Also
Reference
ICompositionGpuInterop Interface
ImportImage Overload
Avalonia.Rendering.Composition Namespace