Click or drag to resize

ArrowF20LineCap Class

[Missing <summary> documentation for "T:Altaxo.Drawing.LineCaps.ArrowF20LineCap"]

Inheritance Hierarchy
SystemObject
  Altaxo.Drawing.LineCapsLineCapBase
    Altaxo.Drawing.LineCapsArrowF20LineCap

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ArrowF20LineCap : LineCapBase

The ArrowF20LineCap type exposes the following members.

Constructors
 NameDescription
Public methodArrowF20LineCapInitializes a new instance of the ArrowF20LineCap class
Public methodArrowF20LineCap(Double, Double)Initializes a new instance of the ArrowF20LineCap class
Top
Properties
Methods
 NameDescription
Protected methodCoerceSizeValues
(Inherited from LineCapBase)
Public methodEquals(ILineCap)
(Inherited from LineCapBase)
Public methodEquals(Object)
(Inherited from LineCapBase)
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 methodGetHashCode
(Inherited from LineCapBase)
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)
Public methodWithMinimumAbsoluteAndRelativeSize Gets a new instance of the line cap with the designated minimum absolute and relative sizes. Note that not all line cap types support one or both values; in this case, those values are ignored.
(Inherited from LineCapBase)
Top
See Also