CreateImage Method
Definition
Namespace: Avalonia.OpenGL.Features
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public IGlExportableExternalImageTexture CreateImage(
string type,
PixelSize size,
PlatformGraphicsExternalImageFormat format
)
Public Function CreateImage (
type As String,
size As PixelSize,
format As PlatformGraphicsExternalImageFormat
) As IGlExportableExternalImageTexture
abstract CreateImage :
type : string *
size : PixelSize *
format : PlatformGraphicsExternalImageFormat -> IGlExportableExternalImageTexture
override CreateImage :
type : string *
size : PixelSize *
format : PlatformGraphicsExternalImageFormat -> IGlExportableExternalImageTexture
Parameters
Return Value
IGlExportableExternalImageTextureImplements
IGlContextExternalObjectsFeature.CreateImage(String, PixelSize, PlatformGraphicsExternalImageFormat)See Also
Reference
ExternalObjectsOpenGlExtensionFeature Class
Avalonia.OpenGL.Features Namespace