VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfImageExtractorTool Class / DrawSelectedImageRegion(Graphics,GraphicsPath) Method
Syntax Requirements SeeAlso
In This Topic
    DrawSelectedImageRegion(Graphics,GraphicsPath) Method (PdfImageExtractorTool)
    In This Topic
    Draws the selection region around the selected image.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawSelectedImageRegion( _
    ByVal g
    The System.Drawing.Graphics that contains the selected image.
    As System.Drawing.Graphics, _
    ByVal imageRegion
    The graphics path of the selected image.
    As System.Drawing.Drawing2D.GraphicsPath _
    )
    protected virtual void DrawSelectedImageRegion(
    System.Drawing.Graphics g,
    System.Drawing.Drawing2D.GraphicsPath imageRegion
    )
    protected: virtual void DrawSelectedImageRegion(
    System.Drawing.Graphics* g,
    System.Drawing.Drawing2D.GraphicsPath imageRegion
    )
    protected:
    virtual void DrawSelectedImageRegion(
    System.Drawing.Graphics^ g,
    System.Drawing.Drawing2D.GraphicsPath imageRegion
    )

    Parameters

    g
    The System.Drawing.Graphics that contains the selected image.
    imageRegion
    The graphics path of the selected 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