WebPlanner Programmer's Guide

GraphicsEx.DrawImage Method (Image, Point)

See Also
 


Draws an image using its original size at the specified location.

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

 Syntax

C#  Copy Code

public void DrawImage (
    Image image,
    Point dest
)

Visual Basic  Copy Code

Public Sub DrawImage ( _
    image As Image, _
    dest As Point _
)

 Parameters

image
The .NET Image object to draw.
dest
A .NET Point structure that represents the location of the upper-left corner of the drawn image.

 See Also