Label.DrawTexture Method

Protected Sub DrawTexture( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal labelTexture As TextureBase, _ 
ByVal rect As RectangleF, _ 
ByVal flipY As Boolean
)
This language is not supported or no code example is available.
protected void DrawTexture( 
RenderContextBase renderContext
TextureBase labelTexture
RectangleF rect
bool flipY 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

labelTexture
TextureBase

rect
RectangleF

flipY
bool

.NET Framework

Supported in: 4.8

In this article

Definition