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

Show in webframe

X Property








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;}
 <br/>get_X();<br/>set_X(value);<br/>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

Error processing SSI file