PolylineAnnotation Methods |
The PolylineAnnotation type exposes the following members.
Name | Description | |
---|---|---|
CalculateBounds | (Inherited from PolygonAnnotation.) | |
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.) | |
GetRichTextContent | (Inherited from BaseMarkupAnnotation.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasAppearance |
Determines whether this instance has at least 1 element in the Normal appearance set.
(Inherited from BaseAnnotation.) | |
IsVerticesCorrect |
Determines whether the vertices are correct for a polygon - returns true if the polyline has at least two vertices.
(Overrides PolygonAnnotationIsVerticesCorrect.) | |
MakeRepairContext |
Makes the repair context for repairing problems in this annotation object. An object implementing IValidatable
should at least return an empty RepairContext object.
(Inherited from BaseAnnotation.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NotifyResourceRenamed |
This method is called when a global resourec has been renamed, allowing the resource consumer to update to the
new name. Annotations defer this to their appearance, if any.
(Inherited from BaseAnnotation.) | |
ResourcesUsed |
Reports a list of all resources consumed by the object of the given class.
(Inherited from BaseAnnotation.) | |
ThrowIfReadOnlyT |
If EnforceReadyOnlyWithException is true and ReadOnly is true,
throw an InvalidOperationException, otherwise return value.
(Inherited from BaseAnnotation.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Validate |
Validates the annotation and accumulates any problems.
(Inherited from BaseAnnotation.) | |
ValidateActionList |
Validates the action list.
(Inherited from BaseAnnotation.) | |
ValidateActions |
Validates the actions.
(Inherited from BaseAnnotation.) | |
ValidateProperties |
Validates the properties for the CaretAnnotation.
(Inherited from PolygonAnnotation.) |