Represents the multi-resolution contents of an ico file in memory. More...
#include <IconElementHandler.h>
Public Member Functions | |
DGNPLATFORM_EXPORT void | Serialize (DataExternalizer &externalizer) const |
DGNPLATFORM_EXPORT double | GetAspectRatio () const |
![]() | |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
UInt32 | AddRef () const |
UInt32 | Release () const |
RefCounted () | |
RefCounted (RefCounted const &rhs) | |
RefCounted & | operator= (RefCounted const &rhs) |
UInt32 | GetRefCount () const |
Static Public Member Functions | |
static DGNPLATFORM_EXPORT IconDataPtr | CreateFromIcoFile (WCharCP fileName) |
static DGNPLATFORM_EXPORT IconDataPtr | CreateFromResource (RscFileHandle handle, WCharCP alias) |
static DGNPLATFORM_EXPORT IconDataPtr | CreateFromData (const byte *data, size_t dataSize) |
Additional Inherited Members | |
![]() | |
virtual | ~RefCounted () |
![]() | |
virtual | ~IRefCounted () |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
Represents the multi-resolution contents of an ico file in memory.
|
static |
|
static |
|
static |
DGNPLATFORM_EXPORT double GetAspectRatio | ( | ) | const |
DGNPLATFORM_EXPORT void Serialize | ( | DataExternalizer & | externalizer | ) | const |