WebPlanner Programmer's Guide

GraphicsEx.DrawImage Method (Image, Int32, Int32)

See Also
 


Draws an image using its original size at the location specified by a coordinate pair.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling.Compact

 Syntax

C#  Copy Code

public void DrawImage (
    Image image,
    int dx,
    int dy
)

Visual Basic  Copy Code

Public Sub DrawImage ( _
    image As Image, _
    dx As Integer, _
    dy As Integer _
)

 Parameters

image
The image object to draw.
dx
The x-coordinate of the upper-left corner of the drawn image.
dy
The y-coordinate of the upper-left corner of the drawn image.

 See Also