Click or drag to resize
Accord.NET (logo)

PointBoxPointX Property

Gets or sets the x-coordinate of the displayed point.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
public float PointX { get; set; }
Request Example View Source

Property Value

Type: Single
The point's x-coordinate.
See Also