-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.Scale
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Dim Scale As Single
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"