Click or drag to resize

SolidStraightLineDashSegment Methods

The SolidStraightLineDashSegment type exposes the following members.

Methods
 NameDescription
Public methodAddGeometry(ActionPointD3D, VectorD3D, ActionInt32, Int32, Int32, Boolean, Int32, LineD3D, ILineCap, ILineCap) Adds geometry for a dash segment represented by a line.
Public methodAddGeometry(ActionPointD3D, VectorD3D, ActionInt32, Int32, Int32, Boolean, Int32, PointD3D, PointD3D, Boolean, ILineCap, ILineCap) Adds the triangle geometry. Here, the position of the startcap base and of the endcap base is already calculated and provided in the arguments.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize(PenX3D, VectorD3D, VectorD3D, LineD3D) Initialization that is needed only once per straigth line (not once per dash).
Public methodInitialize(ICrossSectionOfLine, Double, Double, ILineCap, ILineCap, VectorD3D, VectorD3D, LineD3D) Initializes the reusable dash-segment state for a straight line.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also