Accusoft.PrintPro8.Net
CurrentX Property




Gets and sets the current x (horizontal) coordinate the draw cursor is at.
Syntax
'Declaration
 
Public Property CurrentX As Single
'Usage
 
Dim instance As Draw
Dim value As Single
 
instance.CurrentX = value
 
value = instance.CurrentX
public float CurrentX {get; set;}
public: __property float get_CurrentX();
public: __property void set_CurrentX( 
   float value
);
public:
property float CurrentX {
   float get();
   void set (    float value);
}

Property Value

A single value which represents the x coordinate.
See Also

Reference

Draw Class
Draw Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback