MediaPlayerControlsOverlayControllersizeChanged Method |
Namespace: Veeplay.overlaycontrollersAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void sizeChanged(
double width,
double height
)
Public Sub sizeChanged (
width As Double,
height As Double
)
public:
void sizeChanged(
double width,
double height
)
member sizeChanged :
width : float *
height : float -> unit
Parameters
- width
- Type: SystemDouble
- height
- Type: SystemDouble
See Also