SetDisplayRectLocation Method
In This Topic
Syntax
'Declaration
Protected Sub SetDisplayRectLocation( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim instance As LicenseDialog
Dim x As System.Integer
Dim y As System.Integer
instance.SetDisplayRectLocation(x, y)
protected void SetDisplayRectLocation(
System.int ,
System.int
)
protected procedure SetDisplayRectLocation(
: System.Integer;
: System.Integer
);
protected function SetDisplayRectLocation(
: System.int,
: System.int
);
protected: void SetDisplayRectLocation(
System.int ,
System.int
)
protected:
void SetDisplayRectLocation(
System.int ,
System.int
)
Parameters
- x
- y
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also