diff --git a/Pilz.UI/PaintingControl/PaintingObject.vb b/Pilz.UI/PaintingControl/PaintingObject.vb index f0e45ac..78f00ca 100644 --- a/Pilz.UI/PaintingControl/PaintingObject.vb +++ b/Pilz.UI/PaintingControl/PaintingObject.vb @@ -185,6 +185,15 @@ Imports Newtonsoft.Json End Set End Property + Public Property LocationDirect As PointF + Get + Return _Location + End Get + Set(value As PointF) + _Location = value + End Set + End Property + Public Property Size As SizeF Get If Parent IsNot Nothing Then