set_allow_upscale


Description:

public void set_allow_upscale (bool allow)

Sets whether up-scaling of images is allowed.

If set to true and a size larger than the image is requested, the image will be up-scaled in software.

The advantage of this is that software up-scaling is potentially higher quality, but it comes at the expense of video memory.

Parameters:

this

A Image

allow

true to allow upscaling, false otherwise




2022 vala-language.org