Video Chat Pro ActiveX Control

ChatBannerPos

 

(For Chat Banner plugin only)  Set the position of text message in real time.   
 

Public Function ChatBannerPos(
    ByVal iX As integer, _
    ByVal iY As integer
    )

 

Parameter
iX - Specifies the logical x-coordinate of the starting point of the text.
iY - Specifies the logical y-coordinate of the starting point of the text.

No Return Value

Example

   

Visual Basic Syntax
VideoChatSender1.VideoDevice=0
VideochatSender1.AudioDevice=0
VideochatSender1.VideoFormat =0
VideochatSender1.FrameRate = 15
VideochatSender1.VideoBitrate = 50000
VideochatSender1.AudioComplexity = 0
VideochatSender1.AudioQuality = 0
VideochatSender1.SendVideoStream = True
VideochatSender1.SendAudioStream = True
VideoChatSender1.OverlayType = 2
VideoChatSender1.ChatBannerDirection 2
iresult = VideochatSender1.Connect("192.168.1.12", 7000)
VideoChatSender1.ChatBannerAddText "This is my message"
VideoChatSender1.ChatBannerFillBgColor True
VideoChatSender1.ChatBannerBgColor 255,0,0,255
VideoChatSender1.ChatBannerFadeEdge 0.1, 0.4
VideoChatSender1.ChatBannerPos 0,100