Share via


ImageExtensions.AsPaint(IImage) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Graphics::Paint ^ AsPaint(Microsoft::Maui::Graphics::IImage ^ target);
public static Microsoft.Maui.Graphics.Paint AsPaint (this Microsoft.Maui.Graphics.IImage target);
static member AsPaint : Microsoft.Maui.Graphics.IImage -> Microsoft.Maui.Graphics.Paint
<Extension()>
Public Function AsPaint (target As IImage) As Paint

Parameters

target
IImage

Returns

Applies to