public class ILineEdge : IEdge, InterfaceLineEdgePublic Class ILineEdge
Inherits IEdge
Implements InterfaceLineEdgepublic ref class ILineEdge : public IEdge,
InterfaceLineEdgetype ILineEdge =
class
inherit IEdge
interface InterfaceLineEdge
end| ILineEdge | create new line with start and end point. |
| Begin |
start point of the edge
(Inherited from IEdge) |
| End |
endpoint of the edge
(Inherited from IEdge) |
| Type |
retruns always line
(Overrides IEdgeType) |
| GetBounds |
bounds of the edge
(Inherited from IEdge) |
| GetMidPoint |
middle point of the edge
(Inherited from IEdge) |
| GetXValue |
calculate the X value of given Y value. (works only for lines and arcs smaller 180 degree)
(Inherited from IEdge) |
| RecalcBounds |
Set the bounds back, to update them by next GetBounds() call.
(Inherited from IEdge) |
| Split |
cut element in two pices.
(Inherited from IEdge) |
| ToString |
Overwrite ToString() for better reading details.
(Inherited from IEdge) |