ASP.NET Pack Programmer's Guide
DecorationImage Constructor (Image, Int32, Int32, Double, Double)
See Also
 





Initializes a new instance of the DecorationImage class.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

image

A System.Drawing.Image 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.WebForms Namespace