Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 501 Bytes

timedtextpoint.md

File metadata and controls

33 lines (20 loc) · 501 Bytes
-api-id -api-type
T:Windows.Media.Core.TimedTextPoint
winrt struct

TimedTextPoint

-description

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

-struct-fields

-field X

The X coordinate of the point.

-field Y

The Y coordinate of the point.

-field Unit

The units of the coordinates, either pixels or percentage.

-remarks

-examples

-see-also