11.1.60 Points

(usage)

<Point> string </Point>

(description)

Represents an x- and y-coordinate pair in two-dimensional space. Can also represent a logical point for certain property usages.

[types assignable to]

Point x:Object

(used by)

ArcSegment BezierSegment EllipseGeometry KeySpline LinearGradientBrush LineGeometry LineSegment MultiScaleImage PathFigure PointCollection PointKeyFrame QuadraticBezierSegment RadialGradientBrush UIElement

[is default constructible]

False

[is nullable]

False

[text syntax]

PointSyntax

(properties)

X

x:Double

(description)

The X-coordinate value of this Point structure.

Y

x:Double

(description)

The Y-coordinate value of this Point.