Foxit PDF SDK
foxit.common.fxcrt.PointF类 参考

浮点数点类的类型定义。 更多...

继承自 SystemIDisposable .

Public 成员函数

 PointF ()
 构造函数。
 
 PointF (float new_x, float new_y)
 带参数的构造函数。 更多...
 
void Add (float x, float y)
 添加一个点。 更多...
 
void Reset ()
 重置到基点。 更多...
 
void Set (float x, float y)
 设置数值。 更多...
 
void Set (PointF psv)
 设置数值。 更多...
 
void Subtract (float x, float y)
 减去一个点。 更多...
 

属性

float x [get, set]
 点的x坐标。
 
float y [get, set]
 点的y坐标。
 

详细描述

浮点数点类的类型定义。

构造及析构函数说明

◆ PointF()

foxit.common.fxcrt.PointF.PointF ( float  new_x,
float  new_y 
)
inline

带参数的构造函数。

参数
[in]new_xx 的新值。
[in]new_yy 的新值。

成员函数说明

◆ Add()

void foxit.common.fxcrt.PointF.Add ( float  x,
float  y 
)
inline

添加一个点。

参数
[in]x被减数点的x坐标。
[in]y被减数点的y坐标。
返回
无。

◆ Reset()

void foxit.common.fxcrt.PointF.Reset ( )
inline

重置到基点。

返回
无。

◆ Set() [1/2]

void foxit.common.fxcrt.PointF.Set ( float  x,
float  y 
)
inline

设置数值。

参数
[in]xx 的值。
[in]yy 的值。
返回
无返回值。

◆ Set() [2/2]

void foxit.common.fxcrt.PointF.Set ( PointF  psv)
inline

设置数值。

参数
[in]psv另一个值对象。
返回
无返回值。

◆ Subtract()

void foxit.common.fxcrt.PointF.Subtract ( float  x,
float  y 
)
inline

减去一个点。

参数
[in]x加数点的x坐标。
[in]y加数点的y坐标。
返回
无。