See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
protected override void SetBoundsCore(
	int x,
	int y,
	int width,
	int height,
	BoundsSpecified specified
)
Visual Basic
Protected Overrides Sub SetBoundsCore ( 
	x As Integer,
	y As Integer,
	width As Integer,
	height As Integer,
	specified As BoundsSpecified
)
Visual C++
protected:
virtual void SetBoundsCore(
	int x, 
	int y, 
	int width, 
	int height, 
	BoundsSpecified specified
) override

See Also