←Select platform

Coordinates Property

Summary

Gets or sets the array of the xy coordinate values.

Syntax

C#
VB
C++
public int[] Coordinates { get; set; } 
  
Public Property Coordinates As Integer() 
public: 
property array<int>^ Coordinates { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Array that contains the xy coordinate value.

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.ColorConversion Assembly