RenderContextBase.GetBitmapFromData Method

Protected Function GetBitmapFromData( _ 
ByVal rect As Rectangle, _ 
ByVal colorValues As Byte(), _ 
ByVal stride As Integer, _ 
ByVal bytesPerColor As Integer
) As Bitmap
This language is not supported or no code example is available.
protected Bitmap GetBitmapFromData( 
Rectangle rect
byte[] colorValues
int stride
int bytesPerColor 
)
This language is not supported or no code example is available.

Parameters

rect
Rectangle

colorValues
byte[]

stride
int

bytesPerColor
int

Return Value

Bitmap

.NET Framework

Supported in: 4.8

In this article

Definition