aswang  1.0
Public Member Functions
aswang::Region Class Reference

#include <Region.h>

List of all members.

Public Member Functions

 Region ()
 Region (HRGN h)
 Region (POINT pnts[], unsigned int size)
virtual ~Region ()
virtual void Delete ()
virtual HRGN GetHandle () const
virtual void SetHandle (HRGN h)
virtual Regionoperator= (HRGN h)
virtual operator HRGN () const

Detailed Description

Definition at line 25 of file Region.h.


Constructor & Destructor Documentation

aswang::Region::Region ( ) [inline]

Definition at line 29 of file Region.h.

aswang::Region::Region ( HRGN  h) [inline]

Definition at line 30 of file Region.h.

Region::Region ( POINT  pnts[],
unsigned int  size 
)

Definition at line 24 of file Region.cpp.

virtual aswang::Region::~Region ( ) [inline, virtual]

Definition at line 32 of file Region.h.


Member Function Documentation

void Region::Delete ( ) [virtual]

Definition at line 29 of file Region.cpp.

virtual HRGN aswang::Region::GetHandle ( ) const [inline, virtual]

Definition at line 37 of file Region.h.

virtual aswang::Region::operator HRGN ( ) const [inline, virtual]

Definition at line 41 of file Region.h.

Region & Region::operator= ( HRGN  h) [virtual]

Definition at line 36 of file Region.cpp.

virtual void aswang::Region::SetHandle ( HRGN  h) [inline, virtual]

Definition at line 38 of file Region.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines