VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphics Class / GetPenForDraw(IDrawingPen,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    GetPenForDraw(IDrawingPen,Boolean) Method (GdiGraphics)
    In This Topic
    Returns the pen for drawing.
    Syntax
    'Declaration
    
    Protected Overrides Function GetPenForDraw( _
    ByVal pen
    The pen.
    As Vintasoft.Imaging.Drawing.IDrawingPen, _
    ByRef disposeAfterUse
    A value indicating whether returned IDrawingPen must be disposed after use.
    As Boolean _
    ) As Vintasoft.Imaging.Drawing.IDrawingPen

    Parameters

    pen
    The pen.
    disposeAfterUse
    A value indicating whether returned IDrawingPen must be disposed after use.

    Return Value

    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