DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / SetDesktopLocation Method






In This Topic
    SetDesktopLocation Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetDesktopLocation( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim x As System.Integer
    Dim y As System.Integer
     
    instance.SetDesktopLocation(x, y)
    public void SetDesktopLocation( 
       System.int x,
       System.int y
    )
    public procedure SetDesktopLocation( 
        x: System.Integer;
        y: System.Integer
    ); 
    public function SetDesktopLocation( 
       x : System.int,
       y : System.int
    );
    public: void SetDesktopLocation( 
       System.int x,
       System.int y
    ) 
    public:
    void SetDesktopLocation( 
       System.int x,
       System.int y
    ) 

    Parameters

    x
    y
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also