Click or drag to resize

ILineCap Interface

Describes a line cap for 3D line rendering.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ILineCap

The ILineCap type exposes the following members.

Properties
 NameDescription
Public propertyMinimumAbsoluteSizePt Gets the minimum absolute size of the line cap in points.
Public propertyMinimumRelativeSize Gets the minimum relative size of the line cap.
Public propertyName Gets the display name of the line cap.
Top
Methods
 NameDescription
Public methodAddGeometry Adds the triangle geometry for this cap.
Public methodGetAbsoluteBaseInset Gets the absolute base inset using the thickness1 and thickness2 of the pen.
Public methodWithMinimumAbsoluteAndRelativeSize Returns a copy of the line cap with the specified minimum absolute and relative sizes.
Top
See Also