objc

Data Fields
NXPoint Struct Reference

A structure representing a point in 2D space. More...

#include <Foundation/Foundation.h>

Data Fields

int32_t x
 The X coordinate of the point.
 
int32_t y
 The Y coordinate of the point.
 

Detailed Description

A structure representing a point in 2D space.

Definition at line 18 of file NXPoint.h.


The documentation for this struct was generated from the following file: