Point Structure

Namespace: id3.Face

Definition

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

Properties

Name

Type

Description

x

int

X-coordinate of the point.

y

int

Y-coordinate of the point.