VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf Namespace / VintasoftImageRenderer Class / Draw Methods / Draw(VintasoftImage,DrawingContext,WpfDrawingSurface,AffineMatrix,Rect,Rect) Method
Syntax Requirements SeeAlso
In This Topic
    Draw(VintasoftImage,DrawingContext,WpfDrawingSurface,AffineMatrix,Rect,Rect) Method (VintasoftImageRenderer)
    In This Topic
    Draws the image on specified drawing context.
    Syntax

    Parameters

    image
    The image.
    drawingContext
    The drawing context.
    drawingSurface
    The drawing surface.
    toDeviceTransform
    Transform to device space.
    sourceRect
    The source rectangle.
    destRect
    The destination rectangle.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also