Changes between Initial Version and Version 1 of Ticket #422


Ignore:
Timestamp:
07/01/08 16:44:10 (16 years ago)
Author:
Valik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #422 – Description

    initial v1  
    55
    66In 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>
    89#include <GDIPlus.au3>
    910
     
    6566        If @error Then Return SetError(@error, @extended, False)
    6667        Return SetError($aResult[0], 0, $aResult[0] = 0)
    67 EndFunc   ;==>_GDIPlus_GraphicsSetSmoothingMode}}}
     68EndFunc   ;==>_GDIPlus_GraphicsSetSmoothingMode
     69}}}