Help Center

Statusfunction

Indicates the result of a Microsoft Windows GDI+ method call.

Graphicsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Parameters

NameDescription
StatusOk0
StatusGenericError1
StatusInvalidParameter2
StatusOutOfMemory3
StatusObjectBusy4
StatusInsufficientBuffer5
StatusNotImplemented6
StatusWin32Error7
StatusWrongState8

Description

The Status enumeration indicates the result of a Microsoft Windows GDI+ method call. Renamed as GpStatus to avoid naming conflicts.

GdipGetPenColor from a pen that is not a single, solid color results in a WrongState status. |

Reference