Table of Contents

Class DrawingContextImplExtensions

Namespace
Avalonia.Platform
Assembly
Avalonia.Base.dll
public static class DrawingContextImplExtensions
Inheritance
DrawingContextImplExtensions
Inherited Members

Methods

GetFeature<T>(IDrawingContextImpl)

Attempts to get an optional feature from the drawing context implementation.

public static T? GetFeature<T>(this IDrawingContextImpl context) where T : class

Parameters

context IDrawingContextImpl

Returns

T

Type Parameters

T