UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.IPoint Interface Reference

Coordinate pair within a 2D plane. More...

Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.IPoint:
UniPRT.Sdk.LabelMaker.Interfaces.IPair< float > UniPRT.Sdk.LabelMaker.Interfaces.Point

Properties

x [get, set]
 First value. e.g. Horizontal, x, position of a point.
 
y [get, set]
 Second value. e.g. Vertical, y, position of a point.
 

Detailed Description

Coordinate pair within a 2D plane.