| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 478 人关注过本帖
标题:
只看楼主 加入收藏
luqian
Rank: 1
来 自:湖南
等 级:新手上路
帖 子:22
专家分:0
注 册:2008-3-21
收藏
 问题点数:0 回复次数:2 
问个问题  get_size()   是在哪里定义的  有这个函数吗?
2008-09-24 20:37
blueboy82006
Rank: 5Rank: 5
来 自:幻想世界
等 级:贵宾
威 望:16
帖 子:1227
专家分:57
注 册:2007-7-23
收藏
得分:0 
IFont::get_Size
Retrieves the point size of the font expressed in a 64-bit CY variable. The upper 32-bits of this value contains the integer point size and the lower 32-bits contains the fractional point size.

HRESULT get_Size(
  CY* psize  //Pointer to the font size.
);
 
Parameters
psize
[out] Pointer to the caller-allocated variable that receives the size.
Return Values
The method supports the standard return value E_UNEXPECTED, as well as the following:

S_OK
The size was retrieved successfully.
E_POINTER
The address in psize is not valid. For example, it may be NULL.

2008-09-24 21:36
luqian
Rank: 1
来 自:湖南
等 级:新手上路
帖 子:22
专家分:0
注 册:2008-3-21
收藏
得分:0 
xiexie
2008-09-30 00:52
快速回复:
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.011091 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved