You are here: Start » AVL.NET » VideoBoxPrimitive.SetLine Method

VideoBoxPrimitive.SetLine Method

Sets a 2D line (described by a line equation) as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetLine
(
	float a,
	float b,
	float c
)

Parameters

Name Type Range Default Description
afloat
bfloat
cfloat

See also