UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IPair> Protocol Reference

Pair that can be used for any 2D plane relationship or other use. More...

#include <IPair.h>

Inheritance diagram for <IPair>:
APair <IFontSize> <IPoint> FontSize Points FontSize Points

Properties

float x
 First value. e.g., Horizontal, x, position of a point.
 
float y
 Second value. e.g., Vertical, y, position of a point.
 

Detailed Description

Pair that can be used for any 2D plane relationship or other use.

This protocol defines an interface for a pair of values representing a point in a 2D space or any two-dimensional relationship.

Property Documentation

◆ x

- (float) x
readwritenonatomicassign

First value. e.g., Horizontal, x, position of a point.

◆ y

- (float) y
readwritenonatomicassign

Second value. e.g., Vertical, y, position of a point.


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