摘要:
/// <summary> /// 转换bmp到Icon // 游天居士到此一游 /// </summary> /// <param name="bmpFileName">BMP文件名</param> /// <returns></returns> private Icon BmpToIcon(string bmpFileName) { // 得到当前程序的目录 string strFullFileName = mBmpFilePath + "/" ... 阅读全文
摘要:
private: static AcDbObjectIdArray secectScreen() { ads_name ssname; AcDbObjectIdArray idsSelected = NULL; if (acedSSGet(NULL,NULL,NULL,NULL,ssname) != RTNORM) { acedSSFree(ssname); return NULL; } long nSelectedLength; ads_n... 阅读全文