VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfDrawingEngine Class / DrawImageCore(VintasoftImage,RectangleF,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    DrawImageCore(VintasoftImage,RectangleF,RectangleF) Method (PdfDrawingEngine)
    In This Topic
    Draws the specified portion of the specified VintasoftImage at the specified rectangle.
    Syntax
    'Declaration
    
    Protected Overrides Sub DrawImageCore( _
    ByVal image
    The VintasoftImage to draw.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal destRect
    The System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
    As System.Drawing.RectangleF, _
    ByVal sourceRect
    The System.Drawing.RectangleF structure that specifies the portion of the image to draw.
    As System.Drawing.RectangleF _
    )

    Parameters

    image
    The VintasoftImage to draw.
    destRect
    The System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
    sourceRect
    The System.Drawing.RectangleF structure that specifies the portion of the image to draw.
    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