TimedTextPoint Struct

Definition

Represents 2D coordinate that is used to convey the values of timed text style properties.

public value class TimedTextPoint
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct TimedTextPoint
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct TimedTextPoint
var timedTextPoint = {
x : /* Your value */,
y : /* Your value */,
unit : /* Your value */
}
Public Structure TimedTextPoint
Inheritance
TimedTextPoint
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Unit

The units of the coordinates, either pixels or percentage.

X

The X coordinate of the point.

Y

The Y coordinate of the point.

Applies to