Table of Contents

Method GetPlatformView

Namespace
Alternet.Maui.Extensions
Assembly
Alternet.UI.Maui.dll

GetPlatformView(GraphicsView)

Retrieves the platform-specific view for the specified GraphicsView.

public static PlatformTouchGraphicsView? GetPlatformView(this GraphicsView graphicsView)

Parameters

graphicsView GraphicsView

The GraphicsView to retrieve the platform view for.

Returns

PlatformTouchGraphicsView

The platform-specific view, or null if not available.