mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-12-21 19:10:04 +08:00
增加ResponsivePanel 调整绘图API
This commit is contained in:
@@ -272,6 +272,11 @@ namespace CPF.GDIPlus
|
||||
return new GDIPlusPath(p);
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
path.Reset();
|
||||
}
|
||||
|
||||
~GDIPlusPath()
|
||||
{
|
||||
Dispose();
|
||||
|
||||
Reference in New Issue
Block a user