예제 #1
0
 public SKShader ToShader(SKShaderTileMode tmx, SKShaderTileMode tmy, SKMatrix localMatrix, SKRect tile) =>
 SKShader.CreatePicture(this, tmx, tmy, localMatrix, tile);
예제 #2
0
 public SKShader ToShader(SKShaderTileMode tmx, SKShaderTileMode tmy) =>
 SKShader.CreatePicture(this, tmx, tmy);