SVGPoint.X

SVGPoint.X property

Die X-Koordinate.

public float X { get; set; }

Eigentumswert

Die X-Koordinate.

Ausnahmen

AusnahmeBedingung
DOMException-CodeNO_MODIFICATION_ALLOWED_ERR . Wird ausgelöst, wenn das SVGPoint-Objekt schreibgeschützt ist oder einem schreibgeschützten DOM-Attribut entspricht.

Siehe auch