You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Parent is used to track any parents of the graphic2d
- AbsolutePosition is used to calculate the position of the graphic2d in conjunction with all of its parents
#54
- Parent is used to track any parents of the graphic2d
- AbsolutePosition is used to calculate the position of the graphic2d in conjunction with all of its parents
#54
Parent will be null if the graphic has no parent, AbsolutePosition will return the absolute position of the graphic on the map (should be a property).
When a child graphic is disposed it should be removed from its parent element.
The text was updated successfully, but these errors were encountered: