Click or drag to resize

PIRECT(Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the PIRECT class

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public RECT(
	int l,
	int t,
	int r,
	int b
)

Parameters

l  Int32
 
t  Int32
 
r  Int32
 
b  Int32
 
See Also