增加ResponsivePanel 调整绘图API

This commit is contained in:
小红帽
2023-12-19 22:11:21 +08:00
parent fb9b04e7a0
commit 906c865964
97 changed files with 1327 additions and 16705 deletions

View File

@@ -272,6 +272,11 @@ namespace CPF.GDIPlus
return new GDIPlusPath(p);
}
public void Reset()
{
path.Reset();
}
~GDIPlusPath()
{
Dispose();