CGpPen Class - out of sync

Started by hajubu, Today at 04:34:10 AM

Previous topic - Next topic

hajubu

Hi
---
It seems that CGpen.inc and CGpPen Class.md need update to reflect added third parameter Gpunit in CGdiPlus.inc
---
::AfxNova::CGpen.inc:: out of sync
->(35): PRIVATE CONSTRUCTOR CGpPen (BYVAL colour AS ARGB, BYVAL nWidth AS SINGLE = 1.0, /' / added / '/  BYVAL unit AS GpUnit = UnitWorld)
->(44): PRIVATE CONSTRUCTOR CGpPen (BYVAL pBrush AS CGpBrush PTR, BYVAL nWidth AS SINGLE = 1.0, /' / added / '/  BYVAL unit AS GpUnit = UnitWorld)
---
::Docs::(at least):: CGpPen Class.md  out of sync ::
->(63): CONSTRUCTOR CGpPen (BYVAL pBrush AS CGpBrush PTR, BYVAL nWidth AS SINGLE = 1.0, BYVAL unit AS GpUnit = UnitWorld)
->(64): CONSTRUCTOR CGpPen (BYVAL colour AS ARGB, BYVAL nWidth AS

should follow CGdiPlus.inc of 2025-11-06 - commit::4744520 and 37eb14a

b.r.