Class SubtitleBlock
public class SubtitleBlock
- Inheritance
-
SubtitleBlock
- Inherited Members
- Extension Methods
Constructors
SubtitleBlock(int, double, double, string)
public SubtitleBlock(int index, double from, double to, string text)
Parameters
Properties
Blank
public static SubtitleBlock Blank { get; }
Property Value
From
public double From { get; }
Property Value
Index
public int Index { get; }
Property Value
Length
public double Length { get; }
Property Value
Text
public string Text { get; }
Property Value
To
public double To { get; }