The Y Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the y-coordinate of this LeadPoint.Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="Y", IsRequired=True)> Public Property Y As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LeadPoint Dim value As Integer instance.Y = value value = instance.Y |
C# | |
---|---|
[DataMemberAttribute(Name="Y", IsRequired=true)] public int Y {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="Y", IsRequired=true)] public: property int Y { int get(); void set ( int value); } |
Property Value
The y-coordinate of this LeadPoint.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7