Point Structure

Namespace: id3.Document

Definition

Represents a point.
class Point
class Point
public partial struct Point
public class Point
public typealias Point = id3DocumentPoint
typedef struct id3DocumentPoint

Properties

Name

Type

Description

x

int

X-coordinate of the point.

y

int

Y-coordinate of the point.