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
graphicsViewGraphicsViewThe GraphicsView to retrieve the platform view for.
Returns
- PlatformTouchGraphicsView
The platform-specific view, or
nullif not available.