Point Structure

Namespace: id3.Devices

Definition

Represents a point.
class Point
class Point
public partial struct Point
public class Point
typedef struct id3DevicesPoint

Properties

Name

Type

Description

x

int

X-coordinate of the point.

y

int

Y-coordinate of the point.