CompositorTryGetRenderInterfaceFeature Method

Attempts to query for a feature from the platform render interface

Definition

Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ValueTask<Object> TryGetRenderInterfaceFeature(
	Type featureType
)

Parameters

featureType  Type
 

Return Value

ValueTaskObject

See Also