MindFusion.Wpf Pack Programmer's Guide
DecorationBubble Constructor
See Also
 





Initializes a new instance of the DecorationBubble class.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public DecorationBubble (
    int radius,
    Color fillColor,
    Color borderColor,
    double latitude,
    double longitude
)

Visual Basic  Copy Code

Public New ( _
    radius As Integer, _
    fillColor As Color, _
    borderColor As Color, _
    latitude As Double, _
    longitude As Double _
)

 Parameters

radius

An integer specifying the bubble radius.

fillColor

A Color instance specifying the bubble fill color.

borderColor

A Color instance specifying the bubble border color.

latitude

A double value specifying the latitude at which the bubble should be drawn.

longitude

A double value specifying the longitude at which the bubble should be drawn.

 See Also

DecorationBubble Class
MindFusion.Mapping.Wpf Namespace