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
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 |
Parameters
- x
- Type: System..::..Int32
- y
- Type: System..::..Int32
- width
- Type: System..::..Int32
- height
- Type: System..::..Int32
- specified
- Type: System.Windows.Forms..::..BoundsSpecified