Interface IPlatformRenderInterfaceImportedImage
- Namespace
- Avalonia.Platform
- Assembly
- Avalonia.Base.dll
[Unstable]
public interface IPlatformRenderInterfaceImportedImage : IPlatformRenderInterfaceImportedObject, IDisposable
- Inherited Members
-
Methods
IBitmapImpl SnapshotWithAutomaticSync()
Returns
- IBitmapImpl
IBitmapImpl SnapshotWithKeyedMutex(uint acquireIndex, uint releaseIndex)
Parameters
acquireIndex
uint
releaseIndex
uint
Returns
- IBitmapImpl
IBitmapImpl SnapshotWithSemaphores(IPlatformRenderInterfaceImportedSemaphore waitForSemaphore, IPlatformRenderInterfaceImportedSemaphore signalSemaphore)
Parameters
waitForSemaphore
IPlatformRenderInterfaceImportedSemaphore
signalSemaphore
IPlatformRenderInterfaceImportedSemaphore
Returns
- IBitmapImpl