2 references to GetPlatformImage
Microsoft.Maui (2)
ImageSources\FileImageSourceService\FileImageSourceService.iOS.cs (1)
31
var image = cgImageSource?.GetPlatformImage(loadedScale) ?? imageSource.
GetPlatformImage
();
Platform\iOS\MenuExtensions.cs (1)
47
return fileImageSource.
GetPlatformImage
();