MKI_BITMAPANTIALIASING_* (Bitmap Antialiasing Mode) New in Version 2015.0 |
www.CAD6.com |
Defines how 24 bit bitmaps shall be antialiased, i.e. smoothed by oversampling. Possible values are:
MKI_BITMAPANTIALISING_NONE (0) No antialiasing.
MKI_BITMAPANTIALISING_2_TIMES (1) 2× antialiasing, i.e. the bitmap will be created using 2 times oversampling. This will required 5 times the memory.
MKI_BITMAPANTIALISING_3_TIMES (2) 3× antialiasing, i.e. the bitmap will be created using 3 times oversampling. This will required 10 times the memory.
MKI_BITMAPANTIALISING_4_TIMES (3) 4× antialiasing, i.e. the bitmap will be created using 4 times oversampling. This will required 17 times the memory.
MKI_BITMAPANTIALISING_5_TIMES (4) 5× antialiasing, i.e. the bitmap will be created using 5 times oversampling. This will required 26 times the memory.
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH