CADability dotNET

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Pen GetPen(
	PaintToGDIDeprecated paintToGDI,
	bool useSinglePixelPen,
	Color backgroundColor
)
Visual Basic
Public Function GetPen ( _
	paintToGDI As PaintToGDIDeprecated, _
	useSinglePixelPen As Boolean, _
	backgroundColor As Color _
) As Pen
Visual C++
public:
Pen^ GetPen(
	PaintToGDIDeprecated^ paintToGDI, 
	bool useSinglePixelPen, 
	Color backgroundColor
)

Parameters

paintToGDI
Type: CADability..::..PaintToGDIDeprecated
useSinglePixelPen
Type: System..::..Boolean
backgroundColor
Type: System.Drawing..::..Color

See Also