Click or drag to resize

LineCapContour Class

Provides predefined line cap contours.
Inheritance Hierarchy
SystemObject
  Altaxo.Drawing.D3DLineCapContour

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

The LineCapContour type exposes the following members.

Constructors
 NameDescription
Protected methodLineCapContour(Int32) Initializes a new instance of the LineCapContour class.
Protected methodLineCapContour(Int32, Int32, Int32) Initializes a new instance of the LineCapContour class.
Top
Properties
 NameDescription
Public propertyStatic memberArrow Gets an arrow-shaped contour.
Public propertyStatic memberBall Gets a ball-shaped contour.
Public propertyStatic memberBigArrow Gets a large arrow-shaped contour.
Public propertyStatic memberBlock Gets a block-shaped contour.
Public propertyIsVertexSharp Gets flags indicating whether the corresponding vertices are sharp.
Public propertyNormals Gets the contour normals.
Public propertyNumberOfNormals Gets the number of normals.
Public propertyNumberOfVertices Gets the number of vertices.
Public propertyStatic memberTriangle Gets a triangular contour.
Public propertyVertices Gets the contour vertices.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also