Movie Maker Timeline Control

SetTextClipQuality Method

Description

When you add the text clip, you should call SetTextClipQuality method to set the text quality and call SetVideoTrackResolution method.
Video track resolution will affect the text quality

Syntax

Public Function SetTextClipQuality ( _
   ByVal iWidth as integer, _
   ByVal iHeight as integer
)

 

Parameter


iWidth
    the width of text clip.

iHeight
    the height of text clip.


No Return Value

 

Example

Visual Basic.NET Syntax
AxTimelineControl1.SetTextClipQuality (720, 480)
AxTimelineControl1.SetVideoTrackResolution(720, 480)
iCurrentClipIndex= AxTimelineControl1.AddTextClip(7,"This is my text", 0, 30, FontDialog1.Font.ToHfont(), 10, 20, Color2Uint32(ColorDialog1.Color))))