// // Summary: // 获取 发送图片代码。 // // Parameters: // fileName: // 图片路径。 // // Returns: // CQ 发送图片代码。 public static string CQCode_Image(string fileName) { return(CQ.CQCode_Image(fileName)); }