Click or drag to resize

UtilsImageFixPictureSize Method

Adatta la dimensione non definita mantenendo la proporzione.

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

Parameters

img
Type: System.DrawingImage

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

width
Type: SystemInt32

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

height
Type: SystemInt32

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

See Also