LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

X Property

Show in webframe







Gets or sets the X-position of the starting point.
Syntax
public int X {get; set;}
'Declaration
 
Public Property X As Integer
'Usage
 
Dim instance As FastMagicWandCommand
Dim value As Integer
 
instance.X = value
 
value = instance.X
public int X {get; set;}

            

            
 
get_X();
set_X(value);
Object.defineProperty('X');
public:
property int X {
   int get();
   void set (    int value);
}

Property Value

X-position of the starting point.
Example
Refer to FastMagicWandCommand
Requirements

Target Platforms

See Also

Reference

FastMagicWandCommand Class
FastMagicWandCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.