VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawImage Methods / DrawImage(PdfImageResource,Single,Single,Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    DrawImage(PdfImageResource,Single,Single,Single,Single) Method (PdfGraphics)
    In This Topic
    Draws the specified PdfImageResource at the specified location and with the specified size.
    Syntax
    'Declaration
    
    Public Overloads Sub DrawImage( _
    ByVal imageResource As Vintasoft.Imaging.Pdf.Tree.PdfImageResource, _
    ByVal x
    The x-coordinate of the bottom-left corner of the drawn image.
    As Single, _
    ByVal y
    The y-coordinate of the bottom-left corner of the drawn image.
    As Single, _
    ByVal width
    Width of the drawn image.
    As Single, _
    ByVal height
    Height of the drawn image.
    As Single _
    )

    Parameters

    imageResource
    PdfImageResource to draw.
    x
    The x-coordinate of the bottom-left corner of the drawn image.
    y
    The y-coordinate of the bottom-left corner of the drawn image.
    width
    Width of the drawn image.
    height
    Height of the drawn image.
    Requirements

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

    See Also