BitmapCopyPixels(ILockedFramebuffer, AlphaFormat) Method
Copies pixels to the target buffer and transcodes the pixel and alpha format if needed.
Namespace: Avalonia.Media.ImagingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void CopyPixels(
ILockedFramebuffer buffer,
AlphaFormat alphaFormat
)
Public Sub CopyPixels (
buffer As ILockedFramebuffer,
alphaFormat As AlphaFormat
)
member CopyPixels :
buffer : ILockedFramebuffer *
alphaFormat : AlphaFormat -> unit
Parameters
- buffer ILockedFramebuffer
- The target buffer.
- alphaFormat AlphaFormat
- The alpha format.