Search
MauiGraphics.DrawImage Method (IImage, Rect, ImageAlign, Double, Point)
See Also
 





Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void DrawImage (
    IImage image,
    Rect rect,
    ImageAlign imageAlign,
    double rotationAngle,
    Point pivot
)

Visual Basic  Copy Code

Public Sub DrawImage( _
    image As IImage, _
    rect As Rect, _
    imageAlign As ImageAlign, _
    rotationAngle As Double, _
    pivot As Point _
)

 Parameters

image

rect

imageAlign

rotationAngle

pivot

 See Also