WebPlanner Programmer's Guide

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

See Also
 


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

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static void DrawImage (
    IGraphics graphics,
    Image pict,
    RectangleF rect,
    ImageAlign imageAlign,
    float rotationAngle,
    PointF pivot
)

Visual Basic  Copy Code

Public Shared Sub DrawImage ( _
    graphics As IGraphics, _
    pict As Image, _
    rect As RectangleF, _
    imageAlign As ImageAlign, _
    rotationAngle As Single, _
    pivot As PointF _
)

 Parameters

graphics
pict
rect
imageAlign
rotationAngle
pivot

 See Also