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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.