示例#1
0
 public static bool Resize(SKBitmap dst, SKBitmap src, SKBitmapResizeMethod method) =>
 src.ScalePixels(dst, method.ToFilterQuality());