RenderContextBase.DrawQuad (TextureBase, Byte, RectangleF, Single, Boolean) Method

Public Sub DrawQuad( _ 
ByVal texture As TextureBase, _ 
ByVal alpha As Byte, _ 
ByVal rect As RectangleF, _ 
ByVal zCoord As Single, _ 
ByVal flipY As Boolean
)
This language is not supported or no code example is available.
public void DrawQuad( 
TextureBase texture
byte alpha
RectangleF rect
float zCoord
bool flipY 
)
This language is not supported or no code example is available.

Parameters

texture
TextureBase

alpha
byte

rect
RectangleF

zCoord
float

flipY
bool

.NET Framework

Supported in: 4.8

In this article

Definition