| 
            
              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
Syntaxpublic float PointX { get; set; }Public Property PointX As Single
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
SingleThe point's x-coordinate.
See Also