Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Y Property








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;}
 <br/>get_Y();<br/>set_Y(value);<br/>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

Error processing SSI file