Click or drag to resize

Win32RECTFromXYWH Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.Win32.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Win32RECT FromXYWH(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.Win32.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Win32RECT

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.Win32.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also