Skip to content

libvlc.VLCPlayer.Scale

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Property declaration

 Dim Scale As Single

Remarks

Gets and sets the current scaling factor. The scaling factor is expressed as a non-zero positive multiplier of the video's unscaled dimensions (1.0). For example, a scale of 2.5 is 250% of unscaled and a scale of 0.5 is 50% of unscaled. 0.0 is a special value which will scale the video to fit the output window/control.

See also

Clone this wiki locally