ASP.NET Pack Programmer's Guide
DecorationImage Constructor (Image, 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,
    double latitude,
    double longitude
)

Visual Basic  Copy Code

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

 Parameters

image

A System.Drawing.Image instance.

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