VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / GetPenForDraw(IDrawingPen,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
GetPenForDraw(IDrawingPen,Boolean) Method (DrawingEngine)
In This Topic
Returns the pen for drawing.
Syntax
'Declaration

Protected Overridable Function GetPenForDraw( _
ByVal pen
The pen.
As IDrawingPen, _
ByRef disposeAfterUse
A value indicating whether the returned IDrawingPen must be disposed after use.
As Boolean _
) As IDrawingPen
protected virtual IDrawingPen GetPenForDraw(
IDrawingPen pen,
out bool disposeAfterUse
)

Parameters

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

Return Value

Requirements

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

See Also