Click or drag to resize

UtilsImageFixPictureSize Method

Adatta la dimensione non definita mantenendo la proporzione.

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public static void FixPictureSize(
	Image img,
	ref int width,
	ref int height
)

Parameters

img  Image

[Missing <param name="img"/> documentation for "M:QsGemBox.UtilsImage.FixPictureSize(System.Drawing.Image,System.Int32@,System.Int32@)"]

width  Int32

[Missing <param name="width"/> documentation for "M:QsGemBox.UtilsImage.FixPictureSize(System.Drawing.Image,System.Int32@,System.Int32@)"]

height  Int32

[Missing <param name="height"/> documentation for "M:QsGemBox.UtilsImage.FixPictureSize(System.Drawing.Image,System.Int32@,System.Int32@)"]

See Also