devlephant / sizectrl

TSizeCtrl v8.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drawing instead of layering

opened this issue · comments

Draw FocusRect instead of layer it on the components, with inheritance from TCustomForm...
AlphaBlending can be added with Byte Adding ( pDest[x, y] := pDest[x,y]^ (pLayer[x,y] * (1-AlphaBlend/255)) ) method

Partially realized in lazarus