add LocationDirect property to access the loaction fo a paintingobject without zoom

This commit is contained in:
2021-03-25 13:30:58 +01:00
parent 3376fecd12
commit fe2bb8efa1

View File

@@ -185,6 +185,15 @@ Imports Newtonsoft.Json
End Set
End Property
<JsonIgnore> Public Property LocationDirect As PointF
Get
Return _Location
End Get
Set(value As PointF)
_Location = value
End Set
End Property
<JsonIgnore> Public Property Size As SizeF
Get
If Parent IsNot Nothing Then