MindFusion.Mapping Programmer's Guide

LayerPresenter.DrawImageUnscaled Method

See Also
 






Draws an image with the specified attributes.

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

 Syntax

C#  Copy Code

public void DrawImageUnscaled (
    BitmapImage image,
    Point point,
    int pivotX,
    int pivotY
)

Visual Basic  Copy Code

Public Sub DrawImageUnscaled( _
    image As BitmapImage, _
    point As Point, _
    pivotX As Integer, _
    pivotY As Integer _
)

 Parameters

image

The image that should be drawn.

point

A Point specifying the image location.

pivotX

Horizontal position within the image that should be aligned to the specified point.

pivotY

Vertical position within the image that should be aligned to the specified point.

 See Also