Map for WinForms | ComponentOne
C1.Win.Map Namespace / MarkerImageShape Class / PinPoint Property

In This Topic
    PinPoint Property (MarkerImageShape)
    In This Topic
    Gets or sets a point indicating the pin point of the image.
    Syntax
    'Declaration
     
    
    Public Property PinPoint As PointF
    public PointF PinPoint {get; set;}
    Remarks
    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.
    See Also