SKImageImageSource.Implicit Operator
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.
Overloads
Implicit(SKImage to SKImageImageSource) | |
Implicit(SKImageImageSource to SKImage) |
Implicit(SKImage to SKImageImageSource)
public static implicit operator SkiaSharp.Views.Maui.Controls.SKImageImageSource (SkiaSharp.SKImage image);
Parameters
- image
- SKImage
Returns
Applies to
Implicit(SKImageImageSource to SKImage)
public static implicit operator SkiaSharp.SKImage (SkiaSharp.Views.Maui.Controls.SKImageImageSource source);
Parameters
- source
- SKImageImageSource
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.