RenderContextBase.DrawTextureOnScreen Method

Draws a texture on screen.
Public Overridable Sub DrawTextureOnScreen( _ 
ByVal rect As Rectangle, _ 
ByVal textureForRendering As TextureBase, _ 
ByVal textureResolved As TextureBase
)
This language is not supported or no code example is available.
public virtual void DrawTextureOnScreen( 
Rectangle rect
TextureBase textureForRendering
TextureBase textureResolved 
)
This language is not supported or no code example is available.

Parameters

rect
Rectangle

The screen rectangle where the texture will be drawn

textureForRendering
TextureBase

The texture

textureResolved
TextureBase

A texture used to resolve multisample textures

.NET Framework

Supported in: 4.8

In this article

Definition