MindFusion.Wpf Pack Programmer's Guide
DecorationImage Constructor (BitmapImage, Int32, Int32, Double, Double)
See Also
 





Initializes a new instance of the DecorationImage class.

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

 Syntax

C#  Copy Code

public DecorationImage (
    BitmapImage image,
    int pivotX,
    int pivotY,
    double latitude,
    double longitude
)

Visual Basic  Copy Code

Public New ( _
    image As BitmapImage, _
    pivotX As Integer, _
    pivotY As Integer, _
    latitude As Double, _
    longitude As Double _
)

 Parameters

image

A BitmapImage instance.

pivotX

Position within the image that should be aligned to the specified longitude.

pivotY

Position within the image that should be aligned to the specified latitude.

latitude

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

longitude

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

 See Also

DecorationImage Constructor Overload List
DecorationImage Class
MindFusion.Mapping.Wpf Namespace