←Select platform

X Property

Summary

Gets or sets the X-position of the starting point.

Syntax
C#
VB
C++
public int X { get; set; } 
Public Property X As Integer 
public: 
property int X { 
   int get(); 
   void set (    int ); 
} 

Property Value

X-position of the starting point.

Example

Refer to FastMagicWandCommand

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly