Changes between Initial Version and Version 1 of Ticket #422
- Timestamp:
- 07/01/08 16:44:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #422 – Description
initial v1 5 5 6 6 In the following test you can see the only values that perform smoothing are 2 and 4: 7 {{{#include <GuiConstantsEx.au3> 7 {{{ 8 #include <GuiConstantsEx.au3> 8 9 #include <GDIPlus.au3> 9 10 … … 65 66 If @error Then Return SetError(@error, @extended, False) 66 67 Return SetError($aResult[0], 0, $aResult[0] = 0) 67 EndFunc ;==>_GDIPlus_GraphicsSetSmoothingMode}}} 68 EndFunc ;==>_GDIPlus_GraphicsSetSmoothingMode 69 }}}