[]
        
(Showing Draft Content)

C1.Framework.XView.SetBoundsCore

SetBoundsCore Method

SetBoundsCore(int, int, int, int, BoundsSpecified)

Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Protected Overrides Sub SetBoundsCore(x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)
Parameters
Type Name Description
int x
int y
int width
int height
BoundsSpecified specified
Overrides