UtilsImage.FixPictureSize Method

QsInformatica.Utils

UtilsImageFixPictureSize Method

Adatta la dimensione non definita mantenendo la proporzione.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static void FixPictureSize(
	Image img,
	ref int width,
	ref int height
)
Public Shared Sub FixPictureSize ( 
	img As Image,
	ByRef width As Integer,
	ByRef height As Integer
)
public:
static void FixPictureSize(
	Image^ img, 
	int% width, 
	int% height
)
static member FixPictureSize : 
        img : Image * 
        width : int byref * 
        height : int byref -> unit 

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