ImageExtensions.AsPaint(IImage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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