Poly 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 PolyObj : BoxObj, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class PolyObj
Inherits BoxObj
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
| PolyObj | |
| PolyObj(PointD) | |
| PolyObj(PolyObj) | |
| PolyObj(SerializationInfo, StreamingContext) | |
| PolyObj(PointD, Color, Color) | |
| PolyObj(PointD, Color, Color, Color) |
Properties
| Border | (Inherited from BoxObj) |
| Fill | (Inherited from BoxObj) |
| IsClippedToChartRect | (Inherited from GraphObj) |
| IsClosedFigure | |
| IsInFrontOfData | (Inherited from GraphObj) |
| IsVisible | (Inherited from GraphObj) |
| Link | (Inherited from GraphObj) |
| Location | (Inherited from GraphObj) |
| Points | |
| ZOrder | (Inherited from GraphObj) |
Methods
| Clone | |
| Draw | (Overrides BoxObjDraw(Graphics, PaneBase, Single)) |
| GetCoords | (Inherited from BoxObj) |
| GetObjectData | (Overrides BoxObjGetObjectData(SerializationInfo, StreamingContext)) |
| PointInBox | (Overrides BoxObjPointInBox(PointF, PaneBase, Graphics, Single)) |
Fields
| _border | (Inherited from BoxObj) |
| _fill | (Inherited from BoxObj) |
| _isClippedToChartRect | (Inherited from GraphObj) |
| _isClosedFigure | |
| _isVisible | (Inherited from GraphObj) |
| _location | (Inherited from GraphObj) |
| _points | |
| 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. |