Click or drag to resize

AnnotationLineCap Methods

The AnnotationLineCap type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a copy of this AnnotationLineCap.
Public methodEquals
Compares one AnnotationLineCap with another to determine of that contain the same property values.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns an identifier for this object.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Fills the SerializationInfo object with properties values for the AnnoationLineCap class.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLineCapSizeFromString
Converts the string representation of the annotation cap size, which are used by JavaScript on client part, to the numerical values used by AnnotationLineCap class.
Public methodStatic memberLineCapSizeToString
Converts the annotation cap size to the string representation, which are used by JavaScript on client part
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAnnotationControllerNotification
Called when a notification is being sent to the AnnotationController.
Protected methodOnPropertyChanged
Called when a property value has changed.
Protected methodOnPropertyChanging
Called when a property value changes.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also