|
| | Metafile (HDC referenceHdc, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (const WCHAR *filename) |
| |
| | Metafile (HDC referenceHdc, const RectF &frameRect, MetafileFrameUnit frameUnit=MetafileFrameUnitGdi, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (HMETAFILE hWmf, const WmfPlaceableFileHeader *wmfPlaceableFileHeader, BOOL deleteWmf=FALSE) |
| |
| | Metafile (const WCHAR *fileName, HDC referenceHdc, const Rect &frameRect, MetafileFrameUnit frameUnit=MetafileFrameUnitGdi, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (IStream *stream, HDC referenceHdc, const RectF &frameRect, MetafileFrameUnit frameUnit=MetafileFrameUnitGdi, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (IStream *stream, HDC referenceHdc, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (IStream *stream, HDC referenceHdc, const Rect &frameRect, MetafileFrameUnit frameUnit=MetafileFrameUnitGdi, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (const WCHAR *fileName, HDC referenceHdc, const RectF &frameRect, MetafileFrameUnit frameUnit=MetafileFrameUnitGdi, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (const WCHAR *fileName, HDC referenceHdc, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| | Metafile (IStream *stream) |
| |
| | Metafile (HENHMETAFILE hEmf, BOOL deleteEmf=FALSE) |
| |
| | Metafile (HDC referenceHdc, const Rect &frameRect, MetafileFrameUnit frameUnit=MetafileFrameUnitGdi, EmfType type=EmfTypeEmfPlusDual, const WCHAR *description=NULL) |
| |
| UINT | GetDownLevelRasterizationLimit () const |
| |
| HENHMETAFILE | GetHENHMETAFILE () const |
| |
| Status | GetMetafileHeader (MetafileHeader *header) const |
| |
| Status | PlayRecord (EmfPlusRecordType recordType, UINT flags, UINT dataSize, const BYTE *data) |
| |
| Status | SetDownLevelRasterizationLimit (UINT metafileRasterizationLimitDpi) |
| |
| | Image (IStream *stream, BOOL useEmbeddedColorManagement=FALSE) |
| |
| | Image (const WCHAR *filename, BOOL useEmbeddedColorManagement=FALSE) |
| |
| Image * | Clone () |
| |
| virtual | ~Image () |
| |
| Status | GetAllPropertyItems (UINT totalBufferSize, UINT numProperties, PropertyItem *allItems) |
| |
| Status | GetBounds (RectF *srcRect, Unit *srcUnit) |
| |
| Status | GetEncoderParameterList (const CLSID *clsidEncoder, UINT size, EncoderParameters *buffer) |
| |
| UINT | GetEncoderParameterListSize (const CLSID *clsidEncoder) |
| |
| UINT | GetFlags () |
| |
| UINT | GetFrameCount (const GUID *dimensionID) |
| |
| UINT | GetFrameDimensionsCount () |
| |
| Status | GetFrameDimensionsList (GUID *dimensionIDs, UINT count) |
| |
| UINT | GetHeight () |
| |
| REAL | GetHorizontalResolution () |
| |
| Status | GetLastStatus () |
| |
| Status | GetPalette (ColorPalette *palette, INT size) |
| |
| INT | GetPaletteSize () |
| |
| Status | GetPhysicalDimension (SizeF *size) |
| |
| PixelFormat | GetPixelFormat () |
| |
| UINT | GetPropertyCount () |
| |
| Status | GetPropertyIdList (UINT numOfProperty, PROPID *list) |
| |
| Status | GetPropertyItem (PROPID propId, UINT propSize, PropertyItem *buffer) |
| |
| UINT | GetPropertyItemSize (PROPID propId) |
| |
| Status | GetPropertySize (UINT *totalBufferSize, UINT *numProperties) |
| |
| Status | GetRawFormat (GUID *format) |
| |
| Image * | GetThumbnailImage (UINT thumbWidth, UINT thumbHeight, GetThumbnailImageAbort callback, VOID *callbackData) |
| |
| ImageType | GetType () |
| |
| REAL | GetVerticalResolution () |
| |
| UINT | GetWidth () |
| |
| Status | RemovePropertyItem (PROPID propId) |
| |
| Status | RotateFlip (RotateFlipType rotateFlipType) |
| |
| Status | Save (IStream *stream, const CLSID *clsidEncoder, const EncoderParameters *encoderParams) |
| |
| Status | Save (const WCHAR *filename, const CLSID *clsidEncoder, const EncoderParameters *encoderParams) |
| |
| Status | SaveAdd (const EncoderParameters *encoderParams) |
| |
| Status | SaveAdd (Image *newImage, const EncoderParameters *encoderParams) |
| |
| Status | SelectActiveFrame (const GUID *dimensionID, UINT frameIndex) |
| |
| Status | SetPalette (const ColorPalette *palette) |
| |
| Status | SetPropertyItem (const PropertyItem *item) |
| |
| void | operator delete (void *in_pVoid) |
| |
| void | operator delete[] (void *in_pVoid) |
| |
| void * | operator new (size_t in_size) |
| |
| void * | operator new[] (size_t in_size) |
| |
Definition at line 22 of file gdiplusmetafile.h.