Hi,
I create a red triangle using this code
) ?
I create a red triangle using this code
Dim sf As Shapefile = AxMapCarte.get_Shapefile("test")
Dim utils As Utils = New Utils
If (Not IsNothing(sf)) Then
sf.DefaultDrawingOptions.SetDefaultPointSymbol(3)
sf.DefaultDrawingOptions.PointSize = 12
sf.DefaultDrawingOptions.FillColor = utils.ColorByName(tkMapColor.Red)
End If
How to add a yellow background color around this triangle to obtain the following result (