Table of Contents

Interface IPlatformRenderInterfaceImportedImage

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll
[Unstable]
public interface IPlatformRenderInterfaceImportedImage : IPlatformRenderInterfaceImportedObject, IDisposable
Inherited Members

Methods

SnapshotWithAutomaticSync()

IBitmapImpl SnapshotWithAutomaticSync()

Returns

IBitmapImpl

SnapshotWithKeyedMutex(uint, uint)

IBitmapImpl SnapshotWithKeyedMutex(uint acquireIndex, uint releaseIndex)

Parameters

acquireIndex uint
releaseIndex uint

Returns

IBitmapImpl

SnapshotWithSemaphores(IPlatformRenderInterfaceImportedSemaphore, IPlatformRenderInterfaceImportedSemaphore)

IBitmapImpl SnapshotWithSemaphores(IPlatformRenderInterfaceImportedSemaphore waitForSemaphore, IPlatformRenderInterfaceImportedSemaphore signalSemaphore)

Parameters

waitForSemaphore IPlatformRenderInterfaceImportedSemaphore
signalSemaphore IPlatformRenderInterfaceImportedSemaphore

Returns

IBitmapImpl