Exemplo n.º 1
0
 public RasterTile(int tileSize, SKImage image, IVectorPaint paint)
 {
     TileSize = tileSize;
     Image    = image;
     Paint    = paint;
 }
Exemplo n.º 2
0
 public PathPaintPair(SKPath path, IVectorPaint paint)
 {
     Path  = path;
     Paint = paint;
 }