Click or drag to resize
AB4D logo

ILineCapVisual3D Interface

ILineCapVisual3D interface is implemented by line Visual3D objects that support custom line cap shapes. The line cap shapes are specified with StartLineCap and EndLineCap properties.

Namespace: Ab3d.Visuals
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public interface ILineCapVisual3D

The ILineCapVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyEndLineCap Gets or sets one of the LineCap values that is used to define the shape of the last line position.
Public propertyStartLineCap Gets or sets one of the LineCap values that is used to define the shape of the first line position.
Top
See Also