SKShader.CreateImage 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.
Overloads
CreateImage(SKImage) | |
CreateImage(SKImage, SKShaderTileMode, SKShaderTileMode) | |
CreateImage(SKImage, SKShaderTileMode, SKShaderTileMode, SKMatrix) |
CreateImage(SKImage)
CreateImage(SKImage, SKShaderTileMode, SKShaderTileMode)
public static SkiaSharp.SKShader CreateImage (SkiaSharp.SKImage src, SkiaSharp.SKShaderTileMode tmx, SkiaSharp.SKShaderTileMode tmy);
Parameters
- src
- SKImage
- tmx
- SKShaderTileMode
- tmy
- SKShaderTileMode
Returns
Applies to
CreateImage(SKImage, SKShaderTileMode, SKShaderTileMode, SKMatrix)
public static SkiaSharp.SKShader CreateImage (SkiaSharp.SKImage src, SkiaSharp.SKShaderTileMode tmx, SkiaSharp.SKShaderTileMode tmy, SkiaSharp.SKMatrix localMatrix);
Parameters
- src
- SKImage
- tmx
- SKShaderTileMode
- tmy
- SKShaderTileMode
- localMatrix
- SKMatrix
Returns
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.