IPlatformRenderInterfaceImportedImage Interface
Definition
public interface IPlatformRenderInterfaceImportedImage
Methods
| Name | Description |
|---|---|
| SnapshotWithAutomaticSync | No summary available. |
| SnapshotWithKeyedMutex | No summary available. |
| SnapshotWithSemaphores | No summary available. |
| SnapshotWithTimelineSemaphores | No summary available. |
SnapshotWithAutomaticSync Method
public Avalonia.Platform.IBitmapImpl SnapshotWithAutomaticSync()
Returns
SnapshotWithKeyedMutex Method
public Avalonia.Platform.IBitmapImpl SnapshotWithKeyedMutex(uint acquireIndex, uint releaseIndex)
Parameters
acquireIndex uint
releaseIndex uint
Returns
SnapshotWithSemaphores Method
public Avalonia.Platform.IBitmapImpl SnapshotWithSemaphores(Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore waitForSemaphore, Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore signalSemaphore)
Parameters
waitForSemaphore Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore
signalSemaphore Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore
Returns
SnapshotWithTimelineSemaphores Method
public Avalonia.Platform.IBitmapImpl SnapshotWithTimelineSemaphores(Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore waitForSemaphore, ulong waitForValue, Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore signalSemaphore, ulong signalValue)
Parameters
waitForSemaphore Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore
waitForValue ulong
signalSemaphore Avalonia.Platform.IPlatformRenderInterfaceImportedSemaphore
signalValue ulong