ImportImage Method
Definition
Namespace: Avalonia.OpenGL.Features
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IGlExternalImageTexture ImportImage(
IPlatformHandle handle,
PlatformGraphicsExternalImageProperties properties
)
Public Function ImportImage (
handle As IPlatformHandle,
properties As PlatformGraphicsExternalImageProperties
) As IGlExternalImageTexture
abstract ImportImage :
handle : IPlatformHandle *
properties : PlatformGraphicsExternalImageProperties -> IGlExternalImageTexture
override ImportImage :
handle : IPlatformHandle *
properties : PlatformGraphicsExternalImageProperties -> IGlExternalImageTexture
Parameters
Return Value
IGlExternalImageTextureImplements
IGlContextExternalObjectsFeature.ImportImage(IPlatformHandle, PlatformGraphicsExternalImageProperties)See Also
Reference
ExternalObjectsOpenGlExtensionFeature Class
Avalonia.OpenGL.Features Namespace