VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfContentRenderer Class / DrawImage(PdfContentRenderingContext,VintasoftImage,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    DrawImage(PdfContentRenderingContext,VintasoftImage,PointF[]) Method (PdfContentRenderer)
    In This Topic
    Draws an image.
    Syntax
    'Declaration
    
    Public Overridable Sub DrawImage( _
    ByVal context
    The rendering context.
    As PdfContentRenderingContext, _
    ByVal image
    The image to draw.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal points
    Array of three System.Drawing.PointF structures that define a parallelogram on rendering content where image must be drawn.
    () As System.Drawing.PointF _
    )
    public virtual void DrawImage(
    PdfContentRenderingContext context,
    Vintasoft.Imaging.VintasoftImage image,
    System.Drawing.PointF[] points
    )
    public: virtual void DrawImage(
    PdfContentRenderingContext* context,
    Vintasoft.Imaging.VintasoftImage* image,
    System.Drawing.PointF[]* points
    )
    public:
    virtual void DrawImage(
    PdfContentRenderingContext^ context,
    Vintasoft.Imaging.VintasoftImage^ image,
    array<System.Drawing.PointF>^ points
    )

    Parameters

    context
    The rendering context.
    image
    The image to draw.
    points
    Array of three System.Drawing.PointF structures that define a parallelogram on rendering content where image must be drawn.
    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