Click or drag to resize

PenX3D Methods

The PenX3D type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAreEqualUnlessThickness Determines whether two pens are equal except for their thickness values.
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)
Public methodWithColor Returns a copy of this pen with a different material color.
Public methodWithCrossSection Returns a copy of this pen with a different cross section.
Public methodWithDashEndCap Returns a copy of this pen with a different dash end cap.
Public methodWithDashPattern Returns a new instance of this pen, with the dash pattern provided in the argument.
Public methodWithDashStartCap Returns a copy of this pen with a different dash start cap.
Public methodWithLineEndCap Returns a copy of this pen with a different line end cap.
Public methodWithLineJoin Returns a copy of this pen with a different line join style.
Public methodWithLineStartCap Returns a copy of this pen with a different line start cap.
Public methodWithMaterial Returns a copy of this pen with a different material.
Public methodWithMiterLimit Returns a copy of this pen with a different miter limit.
Public methodWithThickness1 Returns a copy of this pen with a different first thickness component.
Public methodWithThickness2 Returns a copy of this pen with a different second thickness component.
Public methodWithUniformThickness Returns a copy of this pen with the same thickness in both cross-section dimensions.
Top
See Also