WINGDI.H


/**************************************************************************
*  C:\Program Files\Microsoft Visual Studio\VC98\Include\WINGDI.H*
* wingdi.h -- GDI procedure declarations, constant definitions and macros *
*                                                                         *
* Copyright (c) 1985-1997, Microsoft Corp. All rights reserved.           *
*                                                                         *
**************************************************************************/

 
/* Pen Styles */      //这儿是定义画刷的样式
#define PS_SOLID            0
#define PS_DASH             1       /* -------  */实线
#define PS_DOT              2       /* .......  */点线
#define PS_DASHDOT          3       /* _._._._  */下划线与点线
#define PS_DASHDOTDOT       4       /* _.._.._  */下划线与二个点组成的
#define PS_NULL             5//空
#define PS_INSIDEFRAME      6 //内部框
#define PS_USERSTYLE        7
#define PS_ALTERNATE        8
#define PS_STYLE_MASK       0x0000000F

#define PS_ENDCAP_ROUND     0x00000000
#define PS_ENDCAP_SQUARE    0x00000100
#define PS_ENDCAP_FLAT      0x00000200
#define PS_ENDCAP_MASK      0x00000F00

#define PS_JOIN_ROUND       0x00000000
#define PS_JOIN_BEVEL       0x00001000
#define PS_JOIN_MITER       0x00002000
#define PS_JOIN_MASK        0x0000F000

#define PS_COSMETIC         0x00000000
#define PS_GEOMETRIC        0x00010000
#define PS_TYPE_MASK        0x000F0000

#define AD_COUNTERCLOCKWISE 1
#define AD_CLOCKWISE        2


2280791736286881210.jpg



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值