Initializes a new instance of the LineStyle class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public LineStyle(
	float left,
	float top,
	float width,
	float height,
	Color color
)
Visual Basic
Public Sub New ( _
	left As Single, _
	top As Single, _
	width As Single, _
	height As Single, _
	color As Color _
)
Visual C++
public:
LineStyle(
	float left, 
	float top, 
	float width, 
	float height, 
	Color color
)

See Also