Click or drag to resize

LineCapBase Methods

The LineCapBase type exposes the following members.

Methods
 NameDescription
Protected methodCoerceSizeValues Adjusts stored size values to the constraints of the specific line-cap type.
Public methodEquals(ILineCap) Determines whether the specified ILineCap is equal to this instance.
Public methodEquals(Object)Determines whether the specified object is equal to the current 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 Gets a registered line cap by name.
Public methodStatic memberFromNameAndAbsAndRelSize Gets a registered line cap by name and assigns absolute and relative sizes.
Public methodStatic memberFromNameAndAbsSize Gets a registered line cap by name and assigns an absolute size.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodStatic memberGetRegisteredValues Gets all registered line-cap values.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsDefaultStyle Determines whether the specified cap is the default style.
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
See Also