RenderContextBase.CreateTexture2D Method

Creates a texture 2D with or without multisampling dependiing on the rendering context.
Public MustOverride Function CreateTexture2D() As TextureBase
This language is not supported or no code example is available.
public abstract TextureBase CreateTexture2D()
This language is not supported or no code example is available.

Return Value

TextureBase

.NET Framework

Supported in: 4.8

In this article

Definition