TimedTextPoint Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |