[]
Gets or sets a point indicating the pin point of the image.
[TypeConverter(typeof(PointFConverter))]
public PointF PinPoint { get; set; }
<TypeConverter(GetType(PointFConverter))>
Public Property PinPoint As PointF
Default is (0.5, 0.5), means anchor in the center. The valid range is from (0, 0) to (1, 1). It does not take affect for the marker in legend.