PDFView4NET WPF Edition
X Property




O2S.Components.PDFView4NET Namespace > PDFPoint Class : X Property
Gets or set the x coordinate of this point.
Syntax
'Declaration
 
Public Property X As Double
'Usage
 
Dim instance As PDFPoint
Dim value As Double
 
instance.X = value
 
value = instance.X
public double X {get; set;}
public: __property double get_X();
public: __property void set_X( 
   double value
);
public:
property double X {
   double get();
   void set (    double value);
}

Property Value

A double value representing the x coordinate of this point.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPoint Class
PDFPoint Members