WebPlanner Programmer's Guide

Utilities.DrawImage Method (IGraphics, Image, RectangleF, ImageAlign)

See Also
 


Draws the specified image to the specified graphics, using the specified destination rectangle and alignment.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static void DrawImage (
    IGraphics graphics,
    Image pict,
    RectangleF rect,
    ImageAlign ppos
)

Visual Basic  Copy Code

Public Shared Sub DrawImage ( _
    graphics As IGraphics, _
    pict As Image, _
    rect As RectangleF, _
    ppos As ImageAlign _
)

 Parameters

graphics
pict
rect
ppos

 See Also