LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Y Property

Show in webframe







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

            

            
 
get_Y();
set_Y(value);
Object.defineProperty('Y');
public:
property int Y {
   int get();
   void set (    int value);
}

Property Value

Y-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.