Hi,
I have a scenario, Is it possible to find Feature TextStyle Overlapped or Not.
Example:
Code:
TextStyle tAircraft = TextStyles.CreateMaskTextStyle(“FlightNo”, new GeoFont(“Arial”, 8, DrawingFontStyles.Bold), new GeoSolidBrush(GeoColor.SimpleColors.White), new AreaStyle(new GeoPen(GeoColor.StandardColors.Transparent), new GeoSolidBrush(GeoColor.FromArgb(255, 40, 49, 151))), 15, 0);
tAircraft.OverlappingRule = LabelOverlappingRule.AllowOverlapping;
So, I want to know that display features overlapped or not. is it possible to find it.
Please suggest me anyone for solving it.
Thanks,
Riyaz