Pen |
[Missing <summary> documentation for "T:Altaxo.Drawing.D3D.PenX3D"]
public class PenX3D : IImmutable
The PenX3D type exposes the following members.
Name | Description | |
---|---|---|
PenX3D(IMaterial, ICrossSectionOfLine) | Initializes a new instance of the PenX3D class | |
PenX3D(NamedColor, Double) | Initializes a new instance of the PenX3D class | |
PenX3D(IMaterial, ICrossSectionOfLine, PenLineJoin, Double, ILineCap, ILineCap, IDashPattern, ILineCap, Boolean, ILineCap, Boolean) | Initializes a new instance of the PenX3D class |
Name | Description | |
---|---|---|
Color | ||
CrossSection | ||
DashEndCap | ||
DashPattern | Gets the dash pattern (or null if this pen doesn't use a dash pattern). | |
DashStartCap | ||
IsInvisible | ||
LineEndCap | ||
LineJoin | ||
LineStartCap | ||
Material | ||
MiterLimit | ||
Thickness1 | ||
Thickness2 |
Name | Description | |
---|---|---|
AreEqualUnlessThickness | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
WithColor | ||
WithCrossSection | ||
WithDashEndCap | ||
WithDashPattern | Returns a new instance of this pen, with the dash pattern provided in the argument. | |
WithDashStartCap | ||
WithLineEndCap | ||
WithLineJoin | ||
WithLineStartCap | ||
WithMaterial | ||
WithMiterLimit | ||
WithThickness1 | ||
WithThickness2 | ||
WithUniformThickness |