RenderContextBase.ReadRgbValues Method

Public MustOverride Function ReadRgbValues( _ 
ByVal leftBottomCameraScreen As Point, _ 
ByVal size As Size, _ 
ByVal data As BitmapData
) As Byte()
This language is not supported or no code example is available.
public abstract byte[] ReadRgbValues( 
Point leftBottomCameraScreen
Size size
BitmapData data 
)
This language is not supported or no code example is available.

Parameters

leftBottomCameraScreen
Point

size
Size

data
BitmapData

Return Value

byte[]

.NET Framework

Supported in: 4.8

In this article

Definition