InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
WGDIObject Class Reference

#include <WGDIObject.h>

Public Member Functions

 WGDIObject (HGDIOBJ GDIOBJ=nil)
 
 WGDIObject (const WGDIObject &other)
 
WGDIObjectoperator= (const WGDIObject &other)
 
HGDIOBJ GetGDIObject () const
 

Detailed Description

Internal utility class used to help keep track of shared Windows GDI drawing objects (but used only by InterfaceFontInfo).

Constructor & Destructor Documentation

WGDIObject::WGDIObject (HGDIOBJ GDIOBJ = nil)

Constructor based on a GDI object.

WGDIObject::WGDIObject (const WGDIObjectother)

Copy Constructor

Member Function Documentation

HGDIOBJ WGDIObject::GetGDIObject () const

get the GDI object

WGDIObject& WGDIObject::operator= (const WGDIObjectother)

assignment operator