Click or drag to resize
AB4D logo

CalculateLineCapSizeDelegate Delegate

CalculateLineCapSizeDelegate is used for a delegate that calculates the size of line cap.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public delegate void CalculateLineCapSizeDelegate(
	float lineThickness,
	out float halfCapThickness,
	out float capLength
)

Parameters

lineThickness  Single
lineThickness
halfCapThickness  Single
halfCapThickness
capLength  Single
capLength
See Also