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

VideoBoxPrimitive.SetSegment Method

Sets a 2D segment (based on two points) as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetSegment
(
	float x1,
	float y1,
	float x2,
	float y2
)

Parameters

Name Type Range Default Description
x1float
y1float
x2float
y2float

See also