从另一个 StringFormat 对象创建 StringFormat 对象。
语法
void StringFormat(
  [in] const StringFormat & source
);
参数
[in] source
类型: const StringFormat*
指向要复制的 StringFormat 对象的指针。
返回值
无
要求
| 要求 | 值 | 
|---|---|
| 最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] | 
| 最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] | 
| 目标平台 | Windows | 
| 标头 | gdiplusstringformat.h (包括 Gdiplus.h) | 
| Library | Gdiplus.lib | 
| DLL | Gdiplus.dll | 
另请参阅
StringFormat