This function ends the GDI+ process.
[C++Builder] void
IKPrintGdipEnd(ULONG_PTR token);
[Delphi] procedure
IKPrintGdipEnd(token: DWORD);
Parameters
| Name | Explanation |
|---|---|
| token | token retrieved from IKPrintGdipStart function |
Return Value
None
Explanation
The IKPrintGdipEnd function ends the GDI+ process. This function is used with IKDrawString or IKMeasureString function.