MediaPlayersetSize Method |
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void setSize(
int width,
int height
)
Public Sub setSize (
width As Integer,
height As Integer
)
public:
void setSize(
int width,
int height
)
member setSize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
See Also