UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
APair类 参考

APair的基类。 更多...

#include <APair.h>

类 APair 继承关系图:
<IPair> FontSize Points

构造函数

(instancetype) - initWithX:y:
 

属性

float x
 
float y
 
- 属性 继承自 <IPair>
float x
 第一个值,例如:水平的 x 坐标,表示点的位置。
 
float y
 第二个值,例如:垂直的 y 坐标,表示点的位置。
 

详细描述

APair的基类。

该类提供了值对的基本实现,通常用于表示坐标或尺寸。

函数文档

◆ initWithX:y:

- (instancetype) initWithX: (float) x
y: (float) y 

Points , 以及 FontSize 重载.

属性说明

◆ x

- (float) x
readwritenonatomicassign

◆ y

- (float) y
readwritenonatomicassign

该类的文档由以下文件生成: