LockedFramebuffer Constructor
Initializes a new instance of the LockedFramebuffer class
Definition
Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public LockedFramebuffer(
IntPtr address,
PixelSize size,
int rowBytes,
Vector dpi,
PixelFormat format,
Action? onDispose
)
Public Sub New (
address As IntPtr,
size As PixelSize,
rowBytes As Integer,
dpi As Vector,
format As PixelFormat,
onDispose As Action
)
new :
address : IntPtr *
size : PixelSize *
rowBytes : int *
dpi : Vector *
format : PixelFormat *
onDispose : Action -> LockedFramebuffer