Arrow Class |
Namespace: Scilligence.MolEngine
public class Arrow : NonAB
The Arrow type exposes the following members.
| Name | Description | |
|---|---|---|
| Bounds |
The geometry bound of the arrow
(Overrides BaseObjBounds.) | |
| Center |
The center point of the arrow
(Overrides BaseObjCenter.) |
| Name | Description | |
|---|---|---|
| Clone |
Clone this arrow
(Overrides NonABClone.) | |
| CopyTo |
Copy attributes to another arrow
(Overrides BaseObjCopyTo(BaseObj).) | |
| Draw(MolDrawingMolDrawingHelper, Single) |
Draw this arrow
(Overrides NonABDraw(MolDrawingMolDrawingHelper, Single).) | |
| Draw(IGraphics, Pen, PointF, PointF, ArrowStyle, Single) | ||
| DrawArrow | ||
| DrawLine | ||
| Equals | (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.) | |
| Flip |
Flip
(Overrides BaseObjFlip(Double, Point3DAxis).) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsHorizontal | ||
| IsVertical | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseArrowStyle | ||
| Scale |
Scale the coordinates
(Overrides BaseObjScale(Double, Double, Double).) | |
| Swap | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Translate |
Move the arrow
(Overrides BaseObjTranslate(Point3D).) |
| Name | Description | |
|---|---|---|
| ArrowStyle |
The arrow style
| |
| Color | (Inherited from BaseObj.) | |
| End |
The end point
| |
| Flag | (Inherited from BaseObj.) | |
| ID | (Inherited from BaseObj.) | |
| LineWidth | ||
| Start |
The start point
|