←Select platform

Y Property

Summary

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

Syntax

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

Property Value

Y-position of the starting point.

Example

Refer to FastMagicWandCommand

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly