Enum GdiPlusStatus
Status result for GDI+ calls
Namespace: Dapplo.Windows.Gdi32.Enums
Assembly: Dapplo.Windows.Gdi32.dll
Syntax
public enum GdiPlusStatus : int
Fields
| Name | Description |
|---|---|
| Aborted | |
| AccessDenied | |
| FileNotFound | |
| FontFamilyNotFound | |
| FontStyleNotFound | |
| GdiplusNotInitialized | |
| GenericError | |
| InsufficientBuffer | |
| InvalidParameter | |
| NotImplemented | |
| NotTrueTypeFont | |
| ObjectBusy | |
| Ok | |
| OutOfMemory | |
| ProfileNotFound | |
| PropertyNotFound | |
| PropertyNotSupported | |
| UnknownImageFormat | |
| UnsupportedGdiplusVersion | |
| ValueOverflow | |
| Win32Error | |
| WrongState |