TitleClip
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_title_clip_get_type ()" ) ]
public class TitleClip :
SourceClip,
Extractable,
MetaContainer
Renders the given text in the specified font, at specified position, and with the specified background pattern.
Content:
Properties:
- public uint background { get; set construct; }
The background of the text
- public uint color { get; set construct; }
The color of the text
- public string font_desc { owned get; set construct; }
Pango font description string
- public TextHAlign halignment { get; set construct; }
Horizontal alignment of the text
- public string text { owned get; set construct; }
The text to diplay
- public TextVAlign valignment { get; set construct; }
Vertical alignent of the text
- public double xpos { get; set construct; }
The horizontal position of the text
- public double ypos { get; set construct; }
The vertical position of the text
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GES.Clip
All known members inherited from class GES.Container
All known members inherited from class GES.TimelineElement
All known members inherited from class GLib.Object
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer