Ejemplo n.º 1
0
 public SKShader ToShader(SKShaderTileMode tmx, SKShaderTileMode tmy, SKMatrix localMatrix, SKRect tile) =>
 SKShader.CreatePicture(this, tmx, tmy, localMatrix, tile);
Ejemplo n.º 2
0
 public SKShader ToShader(SKShaderTileMode tmx, SKShaderTileMode tmy) =>
 SKShader.CreatePicture(this, tmx, tmy);