Page 1 of 1

[Module] DrawEx - 2DDrawing with antialiasing (all OS)

Posted: Sun Jun 16, 2019 7:12 pm
by Thorsten1867
DrawEx - Module (all OS / 64Bit / DPI)

Commands for 2DDrawing with Antialiasing Effect

Image

Code: Select all

; Draw::AlphaColor()    - similar to RGBA()
; Draw::aBox()          - similar to Box()
; Draw::aCircle()       - similar to Circle()
; Draw::aCircleArc()    - draws a arc of a circle
; Draw::aCircleSector() - draws a circle sector
; Draw::aLine()         - similar to Line()
; Draw::aLineXY()       - similar to LineXY()
; Draw::MixColor()      - mixes 2 colours in a mixing ratio of 1% - 99%
Download: DrawExModule.pbi

Re: [Module] DrawEx - 2DDrawing with antialiasing (all OS)

Posted: Sun Jun 16, 2019 7:20 pm
by Thorsten1867
Application Example:

Pie-Charts of ChartModule.pbi

Re: [Module] DrawEx - 2DDrawing with antialiasing (all OS)

Posted: Wed Jun 19, 2019 9:29 am
by firace
Very nice, thanks for sharing!