CreateImage Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
IGlExportableExternalImageTexture CreateImage(
string type,
PixelSize size,
PlatformGraphicsExternalImageFormat format
)
Function CreateImage (
type As String,
size As PixelSize,
format As PlatformGraphicsExternalImageFormat
) As IGlExportableExternalImageTexture
abstract CreateImage :
type : string *
size : PixelSize *
format : PlatformGraphicsExternalImageFormat -> IGlExportableExternalImageTexture
Parameters
Return Value
IGlExportableExternalImageTextureSee Also
Reference
IGlContextExternalObjectsFeature Interface
Avalonia.OpenGL Namespace