|
Line2PEnd Property
|
Gets the the end point.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point2 PEnd { get; }
Public ReadOnly Property PEnd As Point2
Get
public:
property Point2 PEnd {
Point2 get ();
}
member PEnd : Point2 with get
Property Value
Type:
Point2
See Also