VideoOS.Platform.Data.TPoint Class Reference

The representation of a point described by a set of normalized coordinates. More...

Inheritance diagram for VideoOS.Platform.Data.TPoint:

Properties

System.Runtime.Serialization.ExtensionDataObject ExtensionData [get, set]
 
double X [get, set]
 The normalized X coordinate [0;1].
 
double Y [get, set]
 The normalized Y coordinate [0;1].
 

Detailed Description

The representation of a point described by a set of normalized coordinates.

Property Documentation

◆ ExtensionData

System.Runtime.Serialization.ExtensionDataObject VideoOS.Platform.Data.TPoint.ExtensionData
getset

◆ X

double VideoOS.Platform.Data.TPoint.X
getset

The normalized X coordinate [0;1].

◆ Y

double VideoOS.Platform.Data.TPoint.Y
getset

The normalized Y coordinate [0;1].