Share via


IImage.ToPlatformImage Method

Definition

Creates a platform-specific representation of this image.

public:
 Microsoft::Maui::Graphics::IImage ^ ToPlatformImage();
public Microsoft.Maui.Graphics.IImage ToPlatformImage();
abstract member ToPlatformImage : unit -> Microsoft.Maui.Graphics.IImage
Public Function ToPlatformImage () As IImage

Returns

A platform-specific IImage representation.

Applies to