I´m a Delphi 7 user. I need to use a TShape Object but I want to use my custom shape (like a triangle for example) with the same properties of the TShape Object. How can do that?
I haven't used TShape or anything but one way I've drawn custom shapes for graphing purposes was by using LineTo and MoveTo routines to draw from point to point on a canvas. So basically you need to specify coordinates.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.