CADability dotNET
Initializes a new instance of the PenResource class

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

Syntax

C#
public PenResource(
	double width,
	Color color,
	bool isZooming,
	double[] pattern,
	double lineWidthScaleFactor
)
Visual Basic
Public Sub New ( _
	width As Double, _
	color As Color, _
	isZooming As Boolean, _
	pattern As Double(), _
	lineWidthScaleFactor As Double _
)
Visual C++
public:
PenResource(
	double width, 
	Color color, 
	bool isZooming, 
	array<double>^ pattern, 
	double lineWidthScaleFactor
)

Parameters

width
Type: System..::..Double
color
Type: System.Drawing..::..Color
isZooming
Type: System..::..Boolean
pattern
Type: array<System..::..Double>[]()[][]
lineWidthScaleFactor
Type: System..::..Double

See Also