Accusoft.NotateXpress13.Net
NewX Property (MappingInputEventArgs)




Gets the mapped x coordinate of the annotation currently being imported. Setting this property will modify x position of the imported annotation.
Syntax
'Declaration
 
Public Property NewX As Integer
'Usage
 
Dim instance As MappingInputEventArgs
Dim value As Integer
 
instance.NewX = value
 
value = instance.NewX
public int NewX {get; set;}
public: __property int get_NewX();
public: __property void set_NewX( 
   int value
);
public:
property int NewX {
   int get();
   void set (    int value);
}
See Also

Reference

MappingInputEventArgs Class
MappingInputEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback