bcthund / Project_Parsec

1 stars 0 forks source link

Line Drawing #8

Closed bcthund closed 3 years ago

bcthund commented 3 years ago

Create a simple object for drawing lines on the GUI using 2 points and a line thickness. Points are constrained using standard origin and anchor constraints for both points.

bcthund commented 3 years ago

Implemented for use in PieChart, may need some rework. Width and height is not used, instead uses two points that are relative to the calculated constraints position as all other objects are. Currently the point positions are absolute only, there is no method for relative position/size at this time.