Search
ItemDrawContext.DrawImage Method
See Also
 





Draws the specified image in the specified rectangle, using the specified alignment.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawImage (
    Image image,
    Rectangle bounds,
    ImageAlignment alignment
)

Visual Basic  Copy Code

Public Sub DrawImage ( _
    image As Image, _
    bounds As Rectangle, _
    alignment As ImageAlignment _
)

 Parameters

image

The image to draw.

bounds

The destination rectangle.

alignment

The alignment to use when drawing.

 See Also