Parameter iXpos Specifies the logical x-coordinate of the starting point of the text, must be a value from 0.0 to 1.0
iYpos Specifies the logical y-coordinate of the starting point of the text, must be a value from 0.0 to 1.0
iStyle The style of scrolling type - 0 =No Scroll , 1=Scroll Left, 2=Scroll Right.
strImageFile The bitmap image to be drawn.
clrTransparentColor The Transparent color of the Image.
iAlphaValue Specifies the alpha blending value; must be a value from 0.0 to 1.0
iSpeed The scrolling speed in milliseconds.
Return Value
No return value
Example
|
Visual Basic Syntax MoviePlayer1.FileName="c:\test.mpg" MoviePlayer1.Play MoviePlayer1.DrawImage 0,0.5,1,"c:\test.bmp", RGB(255,255,255),1,500
|
|