Skip to main content

Interface IVelloApiLeaseFeature

Namespace: VelloSharp.Avalonia.Vello.Rendering
Assembly: VelloSharp.Avalonia.Vello.dll

Provides access to the underlying Vello rendering API for a drawing context.

public interface IVelloApiLeaseFeature

Methods

Lease()

Begins an exclusive lease over the Vello rendering API for the current drawing context.

IVelloApiLease Lease()

Returns

IVelloApiLease

An that must be disposed to release the lease.