BreadcrumbSetBoundsCore Method
Namespace: Metas.GuiControlsAssembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.9053.20243
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
)
protected:
virtual void SetBoundsCore(
int x,
int y,
int width,
int height,
BoundsSpecified specified
) override
abstract SetBoundsCore :
x : int *
y : int *
width : int *
height : int *
specified : BoundsSpecified -> unit
override SetBoundsCore :
x : int *
y : int *
width : int *
height : int *
specified : BoundsSpecified -> unit
Parameters
- x Int32
-
- y Int32
-
- width Int32
-
- height Int32
-
- specified BoundsSpecified
-