RenderContextBase.DrawPixels Method

Public MustOverride Sub DrawPixels( _ 
ByVal texture As TextureBase, _ 
ByVal bmp As Bitmap, _ 
ByVal rasterPos As Point2D, _ 
ByVal destSize As Size, _ 
ByVal flipY As Boolean
)
This language is not supported or no code example is available.
public abstract void DrawPixels( 
TextureBase texture
Bitmap bmp
Point2D rasterPos
Size destSize
bool flipY 
)
This language is not supported or no code example is available.

Parameters

texture
TextureBase

bmp
Bitmap

rasterPos
Point2D

destSize
Size

flipY
bool

.NET Framework

Supported in: 4.8

In this article

Definition