2
0
45
168
133
55
/// /// 粗糙式缩放图像 /// Method - BitmapData /// Range >= 1 /// private void ZoomPic(Bitmap pic,int _zoomsize) { if (pic == null) return; if (_zo...