Arrow Obj Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public class ArrowObj : LineObj, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class ArrowObj
Inherits LineObj
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
| ArrowObj | |
| ArrowObj(ArrowObj) | |
| ArrowObj(SerializationInfo, StreamingContext) | |
| ArrowObj(Double, Double, Double, Double) | |
| ArrowObj(Color, Single, Double, Double, Double, Double) |
Properties
| IsArrowHead | |
| IsClippedToChartRect | (Inherited from GraphObj) |
| IsInFrontOfData | (Inherited from GraphObj) |
| IsVisible | (Inherited from GraphObj) |
| Line | (Inherited from LineObj) |
| Link | (Inherited from GraphObj) |
| Location | (Inherited from GraphObj) |
| Size | |
| ZOrder | (Inherited from GraphObj) |
Methods
| Clone | |
| Draw | (Overrides LineObjDraw(Graphics, PaneBase, Single)) |
| GetCoords | (Inherited from LineObj) |
| GetObjectData | (Overrides LineObjGetObjectData(SerializationInfo, StreamingContext)) |
| PointInBox | (Inherited from LineObj) |
Fields
| _isArrowHead | |
| _isClippedToChartRect | (Inherited from GraphObj) |
| _isVisible | (Inherited from GraphObj) |
| _line | (Inherited from LineObj) |
| _location | (Inherited from GraphObj) |
| _size | |
| schema3 | |
| Tag | (Inherited from GraphObj) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |