neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
neo::Pen Class Reference

Pen handle More...

#include <GdiObject.h>

Inheritance diagram for neo::Pen:
Inheritance graph
[legend]

Public Member Functions

 Pen ()
 
 Pen (COLORREF color, int width=1, int penStyle=PS_SOLID)
 
void Create (COLORREF color, int width=1, int penStyle=PS_SOLID)
 
- Public Member Functions inherited from neo::GdiObject< HPEN >
 GdiObject (HPENpHandle=0)
 
 operator HPEN ()
 
void SetHandle (HPENpHandle)
 

Additional Inherited Members

- Public Attributes inherited from neo::GdiObject< HPEN >
HPEN handle
 

Detailed Description

Pen handle

Constructor & Destructor Documentation

neo::Pen::Pen ( )
inline

Empty ctor.

neo::Pen::Pen ( COLORREF  color,
int  width = 1,
int  penStyle = PS_SOLID 
)
inline

Create pen.

Member Function Documentation

void neo::Pen::Create ( COLORREF  color,
int  width = 1,
int  penStyle = PS_SOLID 
)
inline

Create pen.


The documentation for this class was generated from the following file: