标题:
只看楼主
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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-234997-1-1.html




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

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