AnnotationLineCap Class |
Namespace: Atalasoft.Annotate
The AnnotationLineCap type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationLineCap() | Creates a new instance of AnnotationLineCap. |
![]() | AnnotationLineCap(SerializationInfo, StreamingContext) | Creates a new instance of AnnotationLineCap from serialized information. |
![]() | AnnotationLineCap(AnnotationLineCapStyle, SizeF) | Creates a new instance of AnnotationLineCap specifying the style and size. |
Name | Description | |
---|---|---|
![]() | RenderOffset | Gets the offset from the line point to the top-left of the bounding rectangle for the line cap. |
![]() | Size | Gets or sets the size of the line cap. |
![]() | Style | Gets or sets the style of the line cap. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a copy of this AnnotationLineCap. |
![]() | Equals | Compares one AnnotationLineCap with another to determine of that contain the same
property values. (Overrides Object.Equals(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 | Returns an identifier for this object. (Overrides Object.GetHashCode().) |
![]() | GetObjectData | Fills the SerializationInfo object with properties values for the AnnoationLineCap class.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | LineCapSizeFromString | 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. |
![]() ![]() | LineCapSizeToString | Converts the annotation cap size to the string representation,
which are used by JavaScript on client part |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAnnotationControllerNotification | Called when a notification is being sent to the AnnotationController. |
![]() | OnPropertyChanged | Called when a property value has changed. |
![]() | OnPropertyChanging | Called when a property value changes. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AnnotationControllerNotification | Raised when a notification must be sent to the AnnotationController. |
![]() | PropertyChanged | Raised when a property value has changed. |
![]() | PropertyChanging | Raised when a property value has changed. |