SubLib Subtitle Library

Subtitle Constructor (SubtitleProperties, SubtitleText, Style)

Initializes a new instance of the Subtitle class, given the global subtitles' properties and the subtitle's text and style.

public Subtitle(
   SubtitleProperties properties,
   SubtitleText text,
   Style style
);

Parameters

properties
The subtitles' properties.
text
The subtitle's text.
style
The subtitle's style.

See Also

Subtitle Class | SubLib Namespace | Subtitle Constructor Overload List