Home | History | Annotate | Download | only in gdiplus

Lines Matching defs:ImageAttributes

4  * GDI+ ImageAttributes class
33 class ImageAttributes: public GdiplusBase
39 ImageAttributes(): nativeImageAttributes(NULL), lastStatus(Ok)
44 ~ImageAttributes()
48 ImageAttributes* Clone() const
54 ImageAttributes *result = new ImageAttributes(
220 ImageAttributes(GpImageAttributes *imageAttributes, Status status):
221 nativeImageAttributes(imageAttributes), lastStatus(status) {}
222 ImageAttributes(const ImageAttributes&);
223 ImageAttributes& operator=(const ImageAttributes&);