Click or drag to resize

LineCapBase Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.Drawing.LineCapsLineCapBase
    More

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract class LineCapBase : ILineCap, 
	IEquatable<ILineCap>, IImmutable

The LineCapBase type exposes the following members.

Constructors
 NameDescription
Protected methodLineCapBaseInitializes a new instance of the LineCapBase class
Protected methodLineCapBase(Double, Double)Initializes a new instance of the LineCapBase class
Top
Properties
 NameDescription
Public propertyDefaultMinimumAbsoluteSizePtGets the default minimum absolute size in points (1/72 inch).
Public propertyDefaultMinimumRelativeSizeGets the default minimum relative size of the cap.
Public propertyStatic memberFlat 
Public propertyMinimumAbsoluteSizePt 
Public propertyMinimumRelativeSize 
Public propertyName 
Top
Methods
 NameDescription
Protected methodCoerceSizeValues 
Public methodEquals(ILineCap) 
Public methodEquals(Object)
(Overrides ObjectEquals(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 methodStatic memberFromName 
Public methodStatic memberFromNameAndAbsAndRelSize 
Public methodStatic memberFromNameAndAbsSize 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberGetRegisteredValues 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsDefaultStyle 
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.
Top
Operators
See Also
Inheritance Hierarchy