标签:style blog color os io ar div cti
public Dictionary<string, System.Drawing.RotateFlipType> dicRFT = new Dictionary<string, System.Drawing.RotateFlipType>() { {"90", System.Drawing.RotateFlipType.Rotate90FlipNone},{"180", System.Drawing.RotateFlipType.Rotate180FlipNone},{"270", System.Drawing.RotateFlipType.Rotate270FlipNone} };
调用:dicRFT[iAngle.ToString()]
如果写if的话得写三个
用Dictionary代替if,布布扣,bubuko.com
标签:style blog color os io ar div cti
原文地址:http://www.cnblogs.com/kangjing/p/3927538.html