I’m trying to override the DrawCore function in a class that inherits from PointStyle. Basically I’m looping the features in that DrawCore and doing some calculations to create a circle around the point feature. But how do I actually draw the point at the end?
For example, I see canvas.DrawText and canvas.DrawImage, etc., but what do I use just for a normal point using this style?