UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.Point类 参考
类 UniPRT.Sdk.LabelMaker.Interfaces.Point 继承关系图:
UniPRT.Sdk.LabelMaker.Interfaces.APair< float > UniPRT.Sdk.LabelMaker.Interfaces.IPoint UniPRT.Sdk.LabelMaker.Interfaces.IPair< float >

Public 成员函数

 Point (float x, float y)
 

属性

virtual T x [get, set]
 
x [get, set]
 第一个值。例如:水平、x、点的位置。
 
virtual T y [get, set]
 
y [get, set]
 第二个值。例如:垂直、y、点的位置。