ThinkGeo.com    |     Documentation    |     Premium Support

DrawingLineCap, scale Cap

Hi
how to scale the DrawingLineCap (Start or End) when using a Pen/LineStyle?

Regards
Hardy

Hi Hardy,

We can set different styles for LineCap, but I am not sure whether the “scale” here means you want to custom set the cap size for LineStyle.

If I understanding is correct, because the size of cap is decided by System.Drawing.Drawing2D.LineCap, I think we should try to draw them via CustomLineCap in DrawCore of the style.

Regards,

Don