CFx SDK Documentation
2022 SP0
|
#include <GiMetafile.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdGiMetafile) | |
virtual OdUInt32 | dataSize () const =0 |
virtual void | bitsData (OdUInt8 *pBytes) const =0 |
virtual const OdUInt8 * | bitsData () const |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Represents a metafile within the Teigha vectorization framework.
<group OdGi_Classes>
Definition at line 39 of file GiMetafile.h.
|
inlinevirtual |
Returns the metafile data from this object, either in the older Windows format or in the new enhanced format.
Definition at line 67 of file GiMetafile.h.
Returns the metafile data from this object, either in the older Windows format or in the new enhanced format.
pBytes | [out] Receives the metafile data (caller must ensure that enough memory has been allocated). |
|
pure virtual |
Returns the size of the metafile data within this object.
OdGiMetafile::ODRX_DECLARE_MEMBERS | ( | OdGiMetafile | ) |