mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-11 12:10:49 +08:00
mind
This commit is contained in:
@@ -147,6 +147,19 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
}
|
||||
}
|
||||
|
||||
public PointBase Ratio
|
||||
{
|
||||
get
|
||||
{
|
||||
return new PointBase(XRatio, YRatio);
|
||||
}
|
||||
set
|
||||
{
|
||||
XRatio = value.X;
|
||||
YRatio = value.Y;
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsInnerPoint
|
||||
{
|
||||
get; set;
|
||||
|
||||
Reference in New Issue
Block a user