Click or drag to resize

SquareFLineCap Class

Draws a filled square line cap whose center lies at the line end.
Inheritance Hierarchy
SystemObject
  Altaxo.Drawing.LineCapsLineCapBase
    Altaxo.Drawing.LineCapsSquareFLineCap

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

The SquareFLineCap type exposes the following members.

Constructors
 NameDescription
Public methodSquareFLineCap Initializes a new instance of the SquareFLineCap class.
Public methodSquareFLineCap(Double, Double) Initializes a new instance of the SquareFLineCap class.
Top
Properties
 NameDescription
Public propertyDefaultMinimumAbsoluteSizePtGets the default minimum absolute size in points (1/72 inch).
(Overrides LineCapBaseDefaultMinimumAbsoluteSizePt)
Public propertyDefaultMinimumRelativeSizeGets the default minimum relative size of the cap.
(Overrides LineCapBaseDefaultMinimumRelativeSize)
Public propertyMinimumAbsoluteSizePt Gets the minimum absolute size of the line cap in points (1/72 inch).
(Inherited from LineCapBase)
Public propertyMinimumRelativeSize Gets the minimum relative size (relative to the line thickness) of the line cap. Example: if this value is 2, and the line thickness is 10 points, then the line cap size is 20 points.
(Inherited from LineCapBase)
Public propertyName Gets the name of the line cap.
(Overrides LineCapBaseName)
Top
Methods
 NameDescription
Protected methodCoerceSizeValues Adjusts stored size values to the constraints of the specific line-cap type.
(Inherited from LineCapBase)
Public methodEquals(ILineCap) Determines whether the specified ILineCap is equal to this instance.
(Inherited from LineCapBase)
Public methodEquals(Object)Determines whether the specified object is equal to the current 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 methodGetHashCodeServes as the default hash function.
(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