XpsArcSegmentPoint Property |
Returns/sets the endpoint of the elliptical arc.
Namespace:
Aspose.Page.XPS.XpsModel
Assembly:
Aspose.Page (in Aspose.Page.dll) Version: 20.1.0.0 (20.1)
Syntaxpublic PointF Point { get; set; }Public Property Point As PointF
Get
Set
public:
property PointF Point {
PointF get ();
void set (PointF value);
}member Point : PointF with get, set
Property Value
Type:
PointF
See Also