PlanetSquires Forums

Support Forums => José Roca Software => Topic started by: hajubu on November 07, 2025, 04:34:10 AM

Title: CGpPen Class - out of sync
Post by: hajubu on November 07, 2025, 04:34:10 AM
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.