4.623 Point

x:Object > Point
Point
(usage)
<Point> string </Point>
(description)
Represents an x- and y-coordinate pair in two-dimensional space.
(used by)
ArcSegment BezierSegment CustomPopupPlacement EllipseGeometry GlyphRun KeySpline LinearGradientBrush LineGeometry LineSegment ManipulationPivot PathFigure PointCollection PointKeyFrame QuadraticBezierSegment RadialGradientBrush Rect TouchPoint UIElement
[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.